func readConfigFile(config gofig.Config, path string) error { if !gotil.FileExists(path) { return nil } return config.ReadConfigFile(path) }