🚀 Validation ready to go!
Easy and extensible validation for golang
- Introduction
- Concepts
- Installation
- Quick start
- Examples
- Available rules
- Internationalization
- Custom rules
TODO
TODO
Install the package using go get
go get github.com/gobingbang/validator
TODO
TODO
The package comes with a set of builtin rules
The field must be present but can be the zero value
for the type (except null)
The field is required and cannot be the zero value
for the type
TODO
TODO