fix(import): adjust import path
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package api
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/swag-gonic/swag/example/web"
|
||||
"github.com/swaggo/swag/example/web"
|
||||
)
|
||||
|
||||
//
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
// This file was generated by swag-gonic/swag at
|
||||
// This file was generated by swaggo/swag at
|
||||
// 2017-06-25 01:25:37.872454531 +0800 CST
|
||||
|
||||
package docs
|
||||
|
||||
import (
|
||||
"github.com/swag-gonic/swag/swagger"
|
||||
"github.com/swaggo/swag/swagger"
|
||||
)
|
||||
|
||||
var doc = `{
|
||||
|
||||
+3
-3
@@ -2,10 +2,10 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/swag-gonic/gin-swagger"
|
||||
"github.com/swag-gonic/gin-swagger/swaggerFiles"
|
||||
"github.com/swaggo/gin-swagger"
|
||||
"github.com/swaggo/gin-swagger/swaggerFiles"
|
||||
|
||||
_ "github.com/swag-gonic/gin-swagger/example/docs"
|
||||
_ "github.com/swaggo/gin-swagger/example/docs"
|
||||
)
|
||||
|
||||
// @title Swagger Example API
|
||||
|
||||
Reference in New Issue
Block a user