diff --git a/viper.go b/viper.go index 50a46be..82d415a 100644 --- a/viper.go +++ b/viper.go @@ -280,7 +280,6 @@ func (v *Viper) OnConfigChange(run func(in fsnotify.Event)) { v.onConfigChange = run } - // SetConfigFile explicitly defines the path, name and extension of the config file. // Viper will use this and not check any of the config paths. func SetConfigFile(in string) { v.SetConfigFile(in) }