update readme

This commit is contained in:
2024-04-02 15:31:43 +03:00
parent 0af910b0cf
commit 48559beb23
+5 -2
View File
@@ -4,8 +4,11 @@ gin middleware to automatically generate RESTful API documentation with Swagger
This is a fork of [gin-swagger](https://github.com/swaggo/gin-swagger)
[![Go Report Card](https://goreportcard.com/badge/git.company.lan/gopkg/gin-swagger)](https://goreportcard.com/report/git.company.lan/gopkg/gin-swagger)
[![GoDoc](https://godoc.org/git.company.lan/gopkg/gin-swagger?status.svg)](https://godoc.org/git.company.lan/gopkg/gin-swagger)
[![Build Status](https://github.com/swaggo/gin-swagger/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/features/actions)
[![Codecov branch](https://img.shields.io/codecov/c/github/swaggo/gin-swagger/master.svg)](https://codecov.io/gh/swaggo/gin-swagger)
[![Go Report Card](https://goreportcard.com/badge/github.com/swaggo/gin-swagger)](https://goreportcard.com/report/github.com/swaggo/gin-swagger)
[![GoDoc](https://godoc.org/github.com/swaggo/gin-swagger?status.svg)](https://godoc.org/github.com/swaggo/gin-swagger)
[![Release](https://img.shields.io/github/release/swaggo/gin-swagger.svg?style=flat-square)](https://github.com/swaggo/gin-swagger/releases)
## Usage