updated tranx

promise... this is the last time :)
This commit is contained in:
Derek McQuay
2017-02-05 00:07:05 -08:00
parent 8fa3290406
commit 4d665b3ffe
+2 -2
View File
@@ -8,6 +8,6 @@ type tranx struct {
Store string `json:"store"` Store string `json:"store"`
Info string `json:"info"` Info string `json:"info"`
Date time.Time `json:"date"` Date time.Time `json:"date"`
User int `json:"user"` User string `json:"user"`
Category int `json:"category"` Category string `json:"category"`
} }