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.
- Host: GitHub
- URL: https://github.com/seeruk/go-validation
- Owner: seeruk
- License: mit
- Created: 2020-01-06T22:52:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-23T12:03:15.000Z (about 1 year ago)
- Last Synced: 2025-08-15T02:18:35.774Z (11 months ago)
- Topics: go, golang, library, reflection, validation
- Language: Go
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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