Migrate to new swagger docs generation (#18)
This commit is contained in:
parent
d3de658882
commit
373bbd2202
153 changed files with 32114 additions and 1416 deletions
5
vendor/github.com/swaggo/swag/doc.go
generated
vendored
Normal file
5
vendor/github.com/swaggo/swag/doc.go
generated
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/*
|
||||
Package swag converts Go annotations to Swagger Documentation 2.0.
|
||||
See https://github.com/swaggo/swag for more information about swag.
|
||||
*/
|
||||
package swag // import "github.com/swaggo/swag"
|
||||
Reference in a new issue