Validators based on JSON Schema in Go.
go get -u github.com/go-jstmpl/go-jsvalidator
Or, clone this repository.
go test -v -race . ./arrays ./booleans ./integers ./numbers ./strings
- Fork (https://github.com/go-jstmpl/go-jsvalidator/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test -v -race . ./arrays ./booleans ./integers ./numbers ./strings
command and confirm that it passes - Create a new Pull Request