An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
Stars
4.1k
Forks
237
Watchers
4.1k
Open Issues
59
Overall repository health assessment
No package.json found
This might not be a Node.js project
62
commits
2
commits
2
commits
2
commits
2
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Fallback to field name for ignored JSON fields (#114)
1bb9a34View on GitHubFixes #112: customizing required error message globally does not work
d05fa9fView on GitHubupgraded govalidator to v10 and added EmailFormat validation rule
f0cccd2View on GitHubfeat(conditional): adding rules for "else" case (#107)
a80f7c5View on GitHubfix: (required) requiredRule struct is unexported (#110)
14a5440View on GitHubModified the reDomain regex to support upper/lowercase (#103)
d8ffaafView on GitHub