Skip to content

Simple and flexible Go (Golang) validation library.

License

Notifications You must be signed in to change notification settings

seeruk/go-validation

Repository files navigation

go-validation

Simple and flexible Go (Golang) validation library.

This library provides an elegant DSL for defining validation constraints in Go.

Installation

Pull in the library using go get:

$ go get github.com/seeruk/go-validation

License

MIT