diff --git a/routes/api/v1/swagger/responses.go b/routes/api/v1/swagger/responses.go index e5a7be01ac..ca4e9242af 100644 --- a/routes/api/v1/swagger/responses.go +++ b/routes/api/v1/swagger/responses.go @@ -93,4 +93,3 @@ type swaggerResponseTeamNamespace struct { // in:body Body models.TeamNamespace `json:"body"` } - diff --git a/routes/api/v1/swaggerdocs.go b/routes/api/v1/swaggerdocs.go index 194b21e372..8a18a9733b 100644 --- a/routes/api/v1/swaggerdocs.go +++ b/routes/api/v1/swaggerdocs.go @@ -632,4 +632,3 @@ package v1 // "$ref": "#/responses/Message" // "500": // "$ref": "#/responses/Message" - diff --git a/routes/routes.go b/routes/routes.go index 8eda32b626..c732434859 100644 --- a/routes/routes.go +++ b/routes/routes.go @@ -1,5 +1,3 @@ -package routes - // Package v1 List API. // // This documentation describes the List API. @@ -26,6 +24,8 @@ package routes // // swagger:meta +package routes + import ( "github.com/labstack/echo" "github.com/labstack/echo/middleware"