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
- Host: GitHub
- URL: https://github.com/zc2638/go-validator
- Owner: zc2638
- License: mit
- Created: 2019-08-12T07:51:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T10:01:08.000Z (almost 6 years ago)
- Last Synced: 2023-08-15T22:29:38.426Z (almost 3 years ago)
- Language: Go
- Homepage:
- Size: 3.22 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.