From a411042416cef1c59a136efbee6ea99e6e7949eb Mon Sep 17 00:00:00 2001 From: astaxie Date: Wed, 6 Jan 2016 14:55:18 +0800 Subject: [PATCH] fix the init parse for config --- config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config.go b/config.go index 3a95d6fd..a941c99f 100644 --- a/config.go +++ b/config.go @@ -168,6 +168,7 @@ func init() { Output: map[string]string{"console": ""}, }, } + ParseConfig() } // ParseConfig parsed default config file.