Fix small lint issues

This commit is contained in:
Herkermer Sherwood 2017-04-29 14:27:45 -07:00
parent 0967fc9ace
commit 02eb49d4bd

View file

@ -746,7 +746,7 @@ func (v *Viper) Unmarshal(rawVal interface{}) error {
return nil return nil
} }
// defaultDecoderConfig returns default mapsstructure.DecoderConfig with suppot // defaultDecoderConfig returns default mapsstructure.DecoderConfig with support
// of time.Duration values // of time.Duration values
func defaultDecoderConfig(output interface{}) *mapstructure.DecoderConfig { func defaultDecoderConfig(output interface{}) *mapstructure.DecoderConfig {
return &mapstructure.DecoderConfig{ return &mapstructure.DecoderConfig{