Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandremccastro/gup
A simple struct validation lib for GoLang
https://github.com/alexandremccastro/gup
go golang struct validation
Last synced: 29 days ago
JSON representation
A simple struct validation lib for GoLang
- Host: GitHub
- URL: https://github.com/alexandremccastro/gup
- Owner: alexandremccastro
- License: mit
- Created: 2024-10-13T20:44:34.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-14T01:59:13.000Z (about 1 month ago)
- Last Synced: 2024-10-14T09:24:34.601Z (about 1 month ago)
- Topics: go, golang, struct, validation
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GUP
The GUP package helps you validate `struct` in GoLang in a easy way, by implementing fluent interface behind the scene allowing you to quickly create validation for data on your projects.
## Install
```bash
go get github.com/alexandremccastro/gup
```## Documentation
A full `go doc` style documetation of this package can be viewed online whithout installing this package by using the Go Site here: https://pkg.go.dev/github.com/alexandremccastro/gup