govalidator
https://github.com/asaskevich/govalidator
Go
[Go] Package of validators and sanitizers for strings, numerics, slices and structs
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported5 Subscribers
Add a CodeTriage badge to govalidator
Help out
- Issues
- Struct validation is skipped for fields containing slices of pointers to struct
- Fix struct validation for slices of struct-pointers
- Really slow benchmark, am I wrong?
- IsUrl("http://w") will return ture,expect false.
- Added support for Linux on power
- Fix #386 fix url regex pattern to accept multipe hyphens
- Added option to allow validation of empty values by custom validators
- Empty values are not passed to custom validator.
- add test cases
- Fix #353 Returns all errors in the structure.
- Docs
- Go not yet supported