Added hello-go example to make example image faster.

This commit is contained in:
Travis Reeder
2016-10-12 00:08:22 -07:00
parent df3d5b48ce
commit e85c7560c3
17 changed files with 80 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ const (
func init() {
cwd, err := os.Getwd()
if err != nil {
log.WithError(err)
log.WithError(err).Fatalln("")
}
viper.SetEnvKeyReplacer(strings.NewReplacer(".", "_"))
viper.SetDefault(envLogLevel, "info")