Skip to content

go-jstmpl/go-jsvalidator

Repository files navigation

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

About

Validators based on JSON Schema in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages