27 lines
658 B
Markdown
27 lines
658 B
Markdown
# gin contrib
|
|
|
|
gin contrib is middleware utilities for [Gin](https://gitverse.ru/andoma/gin)
|
|
|
|
[](https://godoc.org/gitverse.ru/andoma/gin-contrib)
|
|
[](https://goreportcard.com/report/gitverse.ru/andoma/gin-contrib)
|
|
|
|
## Usage
|
|
|
|
### Installation
|
|
|
|
Use go get.
|
|
|
|
```bash
|
|
go get gitverse.ru/andoma/gin-contrib
|
|
```
|
|
|
|
Then import the package into your own code.
|
|
|
|
```go
|
|
import "gitverse.ru/andoma/gin-contrib"
|
|
```
|
|
|
|
## License
|
|
|
|
This project is under MIT License. See the [LICENSE](LICENSE) file for the full license text.
|