https://github.com/cuigh/auxo/blob/772f5a654db9ee95a5dc851e9562253bc0b2f11d/config/manager.go#L169 增加 dir = filepath.Join(filepath.Dir(exec), "cfg") if files.NotExist(dir) { wd, err := os.Getwd() if err == nil { dir = filepath.Join(wd, "cfg") } }
auxo/config/manager.go
Line 169 in 772f5a6
增加