doc(gin-swagger): update docments.

This commit is contained in:
Eason Lin
2017-08-04 11:25:46 +08:00
parent 9f415fef24
commit a10887db49
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"github.com/swaggo/swag"
)
// WrapHandler wraps `http.Handler` into `echo.HandlerFunc`.
// WrapHandler wraps `http.Handler` into `gin.HandlerFunc`.
func WrapHandler(h *webdav.Handler) gin.HandlerFunc {
//create a template with name
t := template.New("swagger_index.html")