diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-18 18:00:22 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-18 18:00:22 -0800 |
commit | 57d8fb1402f5b947ec7436d5b18b3d55dbe5bf17 (patch) | |
tree | d24b6ae8bb24880cba687395000d78cb9e55ad45 /system/db/config.go | |
parent | e45ac283ee4c6fceca0724dc0a8c118621643279 (diff) |
contin. debugging host port issue in config
Diffstat (limited to 'system/db/config.go')
-rw-r--r-- | system/db/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |