Add go-validator (#5356)

This commit is contained in:
tiendc 2024-08-09 10:20:43 +07:00 committed by GitHub
parent b971941897
commit e76e84d54d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2874,6 +2874,7 @@ _Libraries for working with UUIDs._
_Libraries for validation._
- [checkdigit](https://github.com/osamingo/checkdigit) - Provide check digit algorithms (Luhn, Verhoeff, Damm) and calculators (ISBN, EAN, JAN, UPC, etc.).
- [go-validator](https://github.com/tiendc/go-validator) - Validation library using Generics.
- [gody](https://github.com/guiferpa/gody) - :balloon: A lightweight struct validator for Go.
- [govalid](https://github.com/twharmon/govalid) - Fast, tag-based validation for structs.
- [govalidator](https://github.com/asaskevich/govalidator) - Validators and sanitizers for strings, numerics, slices and structs.