Commit ccce566b authored by youngsterxyf's avatar youngsterxyf

accept @astaxie suggestion: change the sequence adapterName and configPath

parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment