Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 642 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 642 Bytes

go-jsvalidator

Validators based on JSON Schema in Go.

Installation

go get -u github.com/go-jstmpl/go-jsvalidator

Or, clone this repository.

Test

go test -v -race . ./arrays ./booleans ./integers ./numbers ./strings

Contoribution

  1. Fork (https://github.com/go-jstmpl/go-jsvalidator/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test -v -race . ./arrays ./booleans ./integers ./numbers ./strings command and confirm that it passes
  6. Create a new Pull Request