ozzo-validation
An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
How to download and setup ozzo-validation
Open terminal and run command
git clone https://github.com/go-ozzo/ozzo-validation.git
git clone is used to create a copy or clone of ozzo-validation repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with ozzo-validation https://github.com/go-ozzo/ozzo-validation/archive/master.zip
Or simply clone ozzo-validation with SSH
[email protected]:go-ozzo/ozzo-validation.git