rename
rename
This commit is contained in:
@@ -2,11 +2,11 @@ package api
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/gin-gonic/gin"
|
||||
|
||||
"git.company.lan/gopkg/gin"
|
||||
"github.com/swaggo/swag/example/basic/web"
|
||||
)
|
||||
|
||||
//
|
||||
// @Summary Add a new pet to the store
|
||||
// @Description get string by ID
|
||||
// @Accept json
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
"git.company.lan/gopkg/gin"
|
||||
ginSwagger "git.company.lan/gopkg/gin-swagger"
|
||||
swaggerFiles "github.com/swaggo/files"
|
||||
"github.com/swaggo/gin-swagger"
|
||||
|
||||
"github.com/swaggo/gin-swagger/example/basic/api"
|
||||
"git.company.lan/gopkg/gin-swagger/example/basic/api"
|
||||
|
||||
_ "github.com/swaggo/gin-swagger/example/basic/docs"
|
||||
_ "git.company.lan/gopkg/gin-swagger/example/basic/docs"
|
||||
)
|
||||
|
||||
// @title Swagger Example API
|
||||
|
||||
Reference in New Issue
Block a user