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
- Issues/317/supporting % in is url
- Validation of a pointer to a variable of type bool now checks the value of the variable, not the pointer
- Multiple validation but with "OR" logic - e.g. valid:"host|ip"
- Email addresses ending with a dot should fail validation
- use path/filepath instead of path
- Fix issue# 454 validation of struct with generic map field
- Suggestion of the implementation of postal codes validation
- Error in validating map[string]interface{} struct field
- feat: add IsPositive tag validator
- Fix: Checking of a Valid URL or not
- Docs
- Go not yet supported