Files
gin-contrib/README.md
T
2024-03-29 11:40:39 +03:00

27 lines
658 B
Markdown

# gin contrib
gin contrib is middleware utilities for [Gin](https://gitverse.ru/andoma/gin)
[![GoDoc](https://godoc.org/gitverse.ru/andoma/gin-contrib?status.svg)](https://godoc.org/gitverse.ru/andoma/gin-contrib)
[![Go Report Card](https://goreportcard.com/badge/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.