Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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