Commit gofmt changes

This commit is contained in:
Chris Wright 2019-03-13 10:53:58 +00:00 committed by GitHub
parent d80ace340d
commit 266409ad16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {