提交 ccce566b 编写于 作者: Y youngsterxyf

accept @astaxie suggestion: change the sequence adapterName and configPath

上级 e357f684
......@@ -312,7 +312,7 @@ func parseConfig(appConfigPath string) (err error) {
}
// LoadAppConfig allow developer to apply a config file
func LoadAppConfig(configPath string, adapterName string) error {
func LoadAppConfig(adapterName string, configPath string) error {
absConfigPath, err := filepath.Abs(configPath)
if err != nil {
return err
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册