config/config.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
config/config.go
@@ -48,6 +48,7 @@ v.SetConfigType("yaml") v.SetConfigName("gat1400") v.AddConfigPath("./config/") v.AddConfigPath("../config/") err = v.ReadInConfig() if err != nil { fmt.Println("error on parsing configuration file", err)