From 7bf8aa5271945eb52e8db6f0c962d3a852b51e0a Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sun, 18 Dec 2016 18:08:11 -0800 Subject: contin. debugging host port issue in config --- system/db/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'system') diff --git a/system/db/config.go b/system/db/config.go index dcb7780..7873a55 100644 --- a/system/db/config.go +++ b/system/db/config.go @@ -138,6 +138,7 @@ func PutConfig(key string, value interface{}) error { for k, v := range kv { switch v.(type) { case string: + fmt.Println("type string:", v) data.Set(k, v.(string)) case []string: vv := v.([]string) -- cgit v1.2.3