From e76e84d54dd169de7f672b5d470cd1115b345a4e Mon Sep 17 00:00:00 2001 From: tiendc Date: Fri, 9 Aug 2024 10:20:43 +0700 Subject: [PATCH] Add go-validator (#5356) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 802d013c..72cb875f 100644 --- a/README.md +++ b/README.md @@ -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.