mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-14 16:42:23 +00:00
Add galidator in Validation section
This commit is contained in:
parent
2049482969
commit
9c2945ae43
@ -2711,6 +2711,7 @@ _Libraries for working with UUIDs._
|
|||||||
_Libraries for validation._
|
_Libraries for validation._
|
||||||
|
|
||||||
- [checkdigit](https://github.com/osamingo/checkdigit) - Provide check digit algorithms (Luhn, Verhoeff, Damm) and calculators (ISBN, EAN, JAN, UPC, etc.).
|
- [checkdigit](https://github.com/osamingo/checkdigit) - Provide check digit algorithms (Luhn, Verhoeff, Damm) and calculators (ISBN, EAN, JAN, UPC, etc.).
|
||||||
|
- [galidator](https://github.com/golodash/galidator) - Lightweight flexible general use case validator for complex and simple scenarios, mostly used in APIs.
|
||||||
- [gody](https://github.com/guiferpa/gody) - :balloon: A lightweight struct validator for Go.
|
- [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.
|
- [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/asaskevich/govalidator) - Validators and sanitizers for strings, numerics, slices and structs.
|
||||||
|
Loading…
Reference in New Issue
Block a user