validator
https://github.com/go-playground/validator
Go
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
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 supported2 Subscribers
Add a CodeTriage badge to validator
Help out
- Issues
- security: update mimetype dependency to new secure version
- fix: fix some base32 parsing issues by using go standard library instead of regex
- feat: add validator for IPv4 bind address / host:port
- Refactor email test with table-driven test and add more cases
- Support for mutually exclusive groups of validations chained with OR
- Use sync.OnceValue for lazy regexp initialization
- Is it possible to register custom validation function directly returning errors?
- Is is possible to check if an array is greater then 0 in required_if
- err.Translate(trans) only works if translator passed via param (go-playground/validator)
- SSN regex doesn't match the rest of the validation and is loose with formatting rules
- Docs
- Go not yet supported