Added gody package (#2950)

This commit is contained in:
Guilherme Paixão 2020-02-15 04:47:56 -03:00 committed by GitHub
parent 1d5e746fcd
commit ca94272a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1922,6 +1922,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for validation.*
* [checkdigit](https://github.com/osamingo/checkdigit) - Provide check digit algorithms (Luhn, Verhoeff, Damm) and calculators (ISBN, EAN, JAN, UPC, etc.).
* [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.
* [govalidator](https://github.com/thedevsaddam/govalidator) - Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.