From 57d8fb1402f5b947ec7436d5b18b3d55dbe5bf17 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sun, 18 Dec 2016 18:00:22 -0800 Subject: contin. debugging host port issue in config --- system/db/config.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system') diff --git a/system/db/config.go b/system/db/config.go index 17da078..24521b4 100644 --- a/system/db/config.go +++ b/system/db/config.go @@ -155,6 +155,8 @@ func PutConfig(key string, value interface{}) error { return err } + fmt.Println(data) + return nil } -- cgit v1.2.3