From 4d665b3ffeef36ac452c2ca9ae9f7539fad717e5 Mon Sep 17 00:00:00 2001 From: Derek McQuay Date: Sun, 5 Feb 2017 00:07:05 -0800 Subject: [PATCH] updated tranx promise... this is the last time :) --- tranx.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tranx.go b/tranx.go index 046b8f7..4bd7386 100644 --- a/tranx.go +++ b/tranx.go @@ -8,6 +8,6 @@ type tranx struct { Store string `json:"store"` Info string `json:"info"` Date time.Time `json:"date"` - User int `json:"user"` - Category int `json:"category"` + User string `json:"user"` + Category string `json:"category"` }