From 63dd6b79c74bbc92edc72bc3cb52106c8488f6f4 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Thu, 8 Nov 2018 11:03:05 -0800 Subject: [PATCH] Hamcha = dumbest monkey in the jungle --- mods/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/config.go b/mods/config.go index edd73d1..47f8116 100644 --- a/mods/config.go +++ b/mods/config.go @@ -19,7 +19,7 @@ var tzlocs map[int64]*time.Location func tz_init() { timezones = make(TZFile) - tzlocs = make(map[uint64]*time.Location) + tzlocs = make(map[int64]*time.Location) file, err := os.Open(*tzpath) if err != nil { return