mirror of
https://github.com/spf13/viper
synced 2025-05-07 12:47:18 +00:00
Commit gofmt changes
This commit is contained in:
parent
d80ace340d
commit
266409ad16
1 changed files with 1 additions and 1 deletions
2
viper.go
2
viper.go
|
@ -1768,7 +1768,7 @@ func (v *Viper) SetConfigType(in string) {
|
|||
// SetKeyDelim set the delimiter string used to separate key values
|
||||
// returned by AllKeys(). This is useful if you need to allow for
|
||||
// the '.' character in key names.
|
||||
func SetKeyDelim(delim string) { v.keyDelim = delim }
|
||||
func SetKeyDelim(delim string) { v.keyDelim = delim }
|
||||
func (v *Viper) SetKeyDelim(delim string) { v.keyDelim = delim }
|
||||
|
||||
func (v *Viper) getConfigType() string {
|
||||
|
|
Loading…
Add table
Reference in a new issue