From 630d0d3b29cc7341532b15c4a06f65c7705bb3e8 Mon Sep 17 00:00:00 2001 From: Afshin Mehrabani Date: Sat, 16 Jun 2018 16:01:05 +0100 Subject: [PATCH] chore(viper): gofmt --- viper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viper.go b/viper.go index 0d03fa5..ecb2462 100644 --- a/viper.go +++ b/viper.go @@ -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.") }