From 9268cb859202e3960d76dd7017f68bf37b1c2919 Mon Sep 17 00:00:00 2001 From: crusader Date: Tue, 19 Sep 2017 17:15:39 +0900 Subject: [PATCH] ing --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 4a2055f..58de2ee 100644 --- a/config.go +++ b/config.go @@ -34,7 +34,7 @@ func New() Configurator { var _c *config func init() { - _c = &config{} + _c = New().(*config) } // SetConfigPath set a path to search for the config file in.