diff options
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 31574ab..6f10e65 100644 --- a/system/db/config.go +++ b/system/db/config.go @@ -180,6 +180,8 @@ func LoadCacheConfig() error { return err } + fmt.Println(string(c)) + // convert json => map[string]interface{} => url.Values var kv map[string]interface{} err = json.Unmarshal(c, &kv) |