Add govalidator to validate http request

1.Godoc: https://godoc.org/github.com/thedevsaddam/govalidator
2.Goreport: https://goreportcard.com/report/github.com/thedevsaddam/govalidator
This commit is contained in:
Saddam H 2017-10-10 22:16:20 +06:00 committed by GitHub
parent 04ef585eef
commit 395bf6c99a

View File

@ -1302,6 +1302,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [ozzo-validation](https://github.com/go-ozzo/ozzo-validation) - Supports validation of various data types (structs, strings, maps, slices, etc.) with configurable and extensible validation rules specified in usual code constructs instead of struct tags.
* [validate](https://github.com/markbates/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.
* [govalidator](https://github.com/thedevsaddam/govalidator) - Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.
## Version Control