Playing around with SVG

This commit is contained in:
2017-07-07 02:07:34 +02:00
parent 137a2270df
commit 567e8e63d1
7 changed files with 153 additions and 0 deletions

7
utils/AnalyticsItem.go Normal file
View File

@ -0,0 +1,7 @@
package utils
// AnalyticsItem ...
type AnalyticsItem struct {
Key string
Value int
}