This commit is contained in:
klaxxon 2020-02-18 09:05:58 -06:00
parent 18715c11a2
commit 315e432499
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ type ConfigState struct {
ignoreFieldByType map[string]bool
}
func (c *ConfigState) ResetIfnoreFields() {
func (c *ConfigState) ResetIgnoreFields() {
c.ignoreFieldByName = make(map[string]bool)
c.ignoreFieldByType = make(map[string]bool)
}