'webscoket'

This commit is contained in:
chowyu08
2017-08-26 14:25:38 +08:00
parent 0bbcaa582a
commit b1aee92142
6 changed files with 11 additions and 12 deletions

View File

@@ -48,8 +48,7 @@ func LoadConfig() (*Config, error) {
log.Error("Read config file error: ", err)
return nil, err
}
log.Info(string(content))
// log.Info(string(content))
var config Config
err = json.Unmarshal(content, &config)