Skip to content

Commit

Permalink
This is a workaround to fix spf13#324
Browse files Browse the repository at this point in the history
Waiting for spf13#673 to be merged
  • Loading branch information
xixuejia committed Apr 9, 2019
1 parent 7a605a5 commit a5c08a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions viper.go
Expand Up @@ -1766,6 +1766,8 @@ func (v *Viper) AllSettings() map[string]interface{} {
return m
}

func (v *Viper) SetKeyDelim(delim string) { v.keyDelim = delim }

// SetFs sets the filesystem to use to read configuration.
func SetFs(fs afero.Fs) { v.SetFs(fs) }
func (v *Viper) SetFs(fs afero.Fs) {
Expand Down

0 comments on commit a5c08a9

Please sign in to comment.