mirror of
https://github.com/spf13/viper
synced 2025-05-06 12:17:18 +00:00
Merge d2af0d4a25
into 90193e564a
This commit is contained in:
commit
be4807add1
1 changed files with 1 additions and 1 deletions
2
viper.go
2
viper.go
|
@ -53,7 +53,7 @@ type remoteProvider struct {
|
|||
}
|
||||
|
||||
// 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
|
||||
var remoteProviders []*remoteProvider
|
||||
|
|
Loading…
Add table
Reference in a new issue