mirror of https://github.com/spf13/viper.git
parent
40b1bbb9a8
commit
e436d04e6d
2
viper.go
2
viper.go
|
@ -1139,7 +1139,7 @@ func (v *Viper) SetDefault(key string, value interface{}) {
|
|||
deepestMap[lastKey] = value
|
||||
}
|
||||
|
||||
// Set sets the value for the key in the override regiser.
|
||||
// Set sets the value for the key in the override register.
|
||||
// Set is case-insensitive for a key.
|
||||
// Will be used instead of values obtained via
|
||||
// flags, config file, ENV, default, or key/value store.
|
||||
|
|
Loading…
Reference in New Issue