Add galidator in Validation section

This commit is contained in:
Mahmood 2022-12-23 13:48:54 +03:30 committed by GitHub
parent 2049482969
commit 9c2945ae43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2711,6 +2711,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.).
- [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.
- [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.