From ecc6e3888d6efe77c6b055a29596c2d0e566ea1a Mon Sep 17 00:00:00 2001 From: John Date: Tue, 2 Apr 2019 17:10:21 +0800 Subject: [PATCH] up --- g/os/gcfg/gcfg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g/os/gcfg/gcfg.go b/g/os/gcfg/gcfg.go index 6b12987e7..006dc2e67 100644 --- a/g/os/gcfg/gcfg.go +++ b/g/os/gcfg/gcfg.go @@ -438,7 +438,7 @@ func (c *Config) GetToStruct(pattern string, objPointer interface{}, file...stri } // Deprecated. See Clear. -func (c *Config) Clear() { +func (c *Config) Reload() { c.jsons.Clear() }