Files
gin-contrib/README.md
T
2024-04-02 15:13:13 +03:00

24 lines
397 B
Markdown

# gin contrib
gin contrib is middleware utilities for [Gin](https://git.company.lan/gopkg/gin)
## Usage
### Installation
Use go get.
```bash
go get git.company.lan/gopkg/gin-contrib
```
Then import the package into your own code.
```go
import "git.company.lan/gopkg/gin-contrib"
```
## License
This project is under MIT License. See the [LICENSE](LICENSE) file for the full license text.