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

https://github.com/zc2638/go-validator

go parameter validation package
https://github.com/zc2638/go-validator

Last synced: 4 months ago
JSON representation

go parameter validation package

Awesome Lists containing this project

README

          

# go-validator
A go parameter validation package

## Installation
```
go get -u github.com/zc2638/go-validator
```

## Usage
see [**examples**](https://github.com/zc2638/go-validator/tree/master/_examples)

## License
Distributed under MIT License, please see license file within the code for more details.