8 lines
91 B
Go
Raw Normal View History

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