Add validator (#4102)

This commit is contained in:
@billcoding 2022-03-17 11:01:39 +08:00 committed by GitHub
parent 1bf7324078
commit f0de3a3aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)**