mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 12:40:55 +00:00
Set ErrorsMap to nil in Validation.Clear function
This commit is contained in:
parent
5b1705b2d6
commit
a7e60c93dc
@ -107,6 +107,7 @@ type Validation struct {
|
||||
// Clean all ValidationError.
|
||||
func (v *Validation) Clear() {
|
||||
v.Errors = []*ValidationError{}
|
||||
v.ErrorsMap = nil
|
||||
}
|
||||
|
||||
// Has ValidationError nor not.
|
||||
|
Loading…
Reference in New Issue
Block a user