1
0
Fork 0
mirror of https://github.com/spf13/viper synced 2025-07-18 15:47:17 +00:00
This commit is contained in:
justin-calleja 2014-11-26 01:08:09 +00:00
commit be4807add1

View file

@ -53,7 +53,7 @@ type remoteProvider struct {
} }
// A set of paths to look for the config file in // A set of paths to look for the config file in
var configPaths []string var configPaths []string = []string{"."}
// A set of remote providers to search for the configuration // A set of remote providers to search for the configuration
var remoteProviders []*remoteProvider var remoteProviders []*remoteProvider