parent
5ef0958c32
commit
c33e4eaefe
|
|
@ -0,0 +1,10 @@
|
|||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
snapshot:
|
||||
name_template: "{{ .Tag }}-next"
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
exclude:
|
||||
- '^docs:'
|
||||
- '^test:'
|
||||
|
|
@ -6,6 +6,7 @@ gin middleware to automatically generate RESTFUL API documentation with Swagger
|
|||
[](https://codecov.io/gh/swaggo/gin-swagger)
|
||||
[](https://goreportcard.com/report/github.com/swaggo/gin-swagger)
|
||||
[](https://godoc.org/github.com/swaggo/gin-swagger)
|
||||
[](https://github.com/swaggo/gin-swagger/releases)
|
||||
|
||||
|
||||
## Usage
|
||||
|
|
|
|||
Loading…
Reference in New Issue