From f0de3a3aa5366e25cbae75f61e0276283ae7d2a3 Mon Sep 17 00:00:00 2001 From: "@billcoding" Date: Thu, 17 Mar 2022 11:01:39 +0800 Subject: [PATCH] Add validator (#4102) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 824ed73d..1f31c30e 100644 --- a/README.md +++ b/README.md @@ -2565,6 +2565,7 @@ _Libraries for validation._ - [validate](https://github.com/gookit/validate) - Go package for data validation and filtering. support validate Map, Struct, Request(Form, JSON, url.Values, Uploaded Files) data and more features. - [validate](https://github.com/gobuffalo/validate) - This package provides a framework for writing validations for Go applications. - [validator](https://github.com/go-playground/validator) - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving. +- [Validator](https://github.com/go-the-way/validator) - A lightweight model validator written in Go.Contains VFs:Min, Max, MinLength, MaxLength, Length, Enum, Regex. **[⬆ back to top](#contents)**