updated tranx
promise... this is the last time :)
This commit is contained in:
parent
8fa3290406
commit
4d665b3ffe
4
tranx.go
4
tranx.go
@ -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"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user