fix(example): fix simple web import
This commit is contained in:
+3
-2
@@ -1,11 +1,12 @@
|
||||
package ginSwagger
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/swaggo/swag"
|
||||
"golang.org/x/net/webdav"
|
||||
"html/template"
|
||||
"regexp"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/swaggo/swag"
|
||||
)
|
||||
|
||||
// WrapHandler wraps `http.Handler` into `echo.HandlerFunc`.
|
||||
|
||||
Reference in New Issue
Block a user