An open API service indexing awesome lists of open source software.

https://github.com/seeruk/go-validation

Simple and flexible Go (Golang) validation library.
https://github.com/seeruk/go-validation

go golang library reflection validation

Last synced: 5 months ago
JSON representation

Simple and flexible Go (Golang) validation library.

Awesome Lists containing this project

README

          

# 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`:

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

## License

MIT