This commit is contained in:
wangchuxiao
2023-03-09 15:17:46 +08:00
parent 955e776d3f
commit acadfd2c35
3 changed files with 1 additions and 21 deletions
-1
View File
@@ -515,7 +515,6 @@ func (c *config) initConfig(config interface{}, configName, configFolderPath str
return err
}
configPath = filepath.Join(Root, "config", configName)
fmt.Println("use", configPath)
} else {
Root = filepath.Dir(configPath)
}