This commit is contained in:
crusader 2017-09-19 17:15:39 +09:00
parent 235b33fa1b
commit 9268cb8592

View File

@ -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.