You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typePersonstruct {
Name1 []string`validate:"minlength(10,Name1 length must be >= 10)"`Name2 []string`validate:"maxlength(10,Name2 length must be <= 10)"`Name3 []string`validate:"length(10,Name3 length must be = 10)"`
}