We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80dc1ed commit 7a6db78Copy full SHA for 7a6db78
main.go
@@ -29,6 +29,7 @@ func main() {
29
LoadGmcConfigFile(gmcConfigPath) // 如果文件存在,从文件读取gmc config
30
LoadEnvConfig() // 如果环境变量存在,从环境变量读取gmc config,并覆盖
31
WriteGmcConfigFile(gmcConfigPath) // 内存中的gmc config写到文件
32
+ log.Infof("gmc config: %+v", util.MustMarshal(config.Conf))
33
34
CreateBotIfEnvAccountExist() // 如果环境变量存在,使用环境变量创建机器人 UIN PASSWORD
35
InitGin() // 初始化GIN HTTP管理
0 commit comments