diff options
Diffstat (limited to 'cmd/web/swagger.go')
| -rw-r--r-- | cmd/web/swagger.go | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cmd/web/swagger.go b/cmd/web/swagger.go deleted file mode 100644 index ac0601c..0000000 --- a/cmd/web/swagger.go +++ /dev/null @@ -1,16 +0,0 @@ -package main - -// @title Swagger Example API -// @version 1.0 -// @description This is a sample server Petstore server. -// @termsOfService http://swagger.io/terms/ - -// @contact.name API Support -// @contact.url http://www.swagger.io/support -// @contact.email support@swagger.io - -// @license.name Apache 2.0 -// @license.url http://www.apache.org/licenses/LICENSE-2.0.html - -// @host petstore.swagger.io -// @BasePath /v2 |
