8 lines
91 B
Go
Raw Normal View History

2017-07-07 02:07:34 +02:00
package utils
// AnalyticsItem ...
type AnalyticsItem struct {
Key string
Value int
}