1
0
Fork 0
mirror of https://github.com/spf13/viper synced 2025-07-07 10:27:18 +00:00

chore(viper): gofmt

This commit is contained in:
Afshin Mehrabani 2018-06-16 16:01:05 +01:00
parent 70f0ec38dd
commit 630d0d3b29

View file

@ -1152,7 +1152,7 @@ func (v *Viper) ReadInConfig() error {
fileExt := filepath.Ext(filename)
if stringInSlice(fileExt, SupportedExts) {
log.Println("warning:", "Looks like you have included the file extention in the file name." +
log.Println("warning:", "Looks like you have included the file extention in the file name."+
"Consider using SetConfigType method instead.")
}