This commit is contained in:
John 2019-04-02 17:10:21 +08:00
parent 47c073aaf3
commit ecc6e3888d

View File

@ -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()
}