[WIP] fix: fix 'See Declarative Comments Format' link (#19)

* fix: fix 'See Declarative Comments Format' link

* fix: fix import example lib
This commit is contained in:
Eason Lin
2018-04-14 02:04:08 +08:00
committed by pei
parent 1510a6d46f
commit 8cf3fa9932
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package api
import (
"fmt"
"github.com/gin-gonic/gin"
"github.com/swaggo/swag/example/simple/web"
"github.com/swaggo/swag/example/basic/web"
)
//