improve package gvalid

This commit is contained in:
John
2020-08-20 23:37:02 +08:00
parent a2272b852c
commit 49aa5c61bc

View File

@ -38,11 +38,11 @@ var (
"required-with-all": {},
"required-without": {},
"required-without-all": {},
"same": {},
"different": {},
"in": {},
"not-in": {},
"regex": {},
//"same": {},
//"different": {},
//"in": {},
//"not-in": {},
//"regex": {},
}
// allSupportedRules defines all supported rules that is used for quick checks.
allSupportedRules = map[string]struct{}{