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 supported3 Subscribers
Add a CodeTriage badge to validator
Help out
- Issues
- perf: reduce validation overhead and hot-path allocations
- fix: update the KR and IL postcode patterns to the current national formats
- [Bug]: post_code validation rejects Taiwan 6-digit (3+3) postal codes
- fix: accept Taiwan six-digit postcodes
- docs: clarify base64url padding tags
- fix: validate wrapped map values after endkeys
- docs: use the registered fieldcontains tag in usage example
- fix: support apostrophes in quoted validation parameters
- [Bug]: The documentation says containsField=InnerStructField.Field, but the implementation uses fieldContains.
- [Bug]: unique confuses nil with an anonymous empty struct
- Docs
- Go not yet supported