chore: update generated doc import

This commit is contained in:
easonlin
2019-07-16 17:23:33 +08:00
parent 2bdb1e51dc
commit e40184058e
+2 -2
View File
@@ -43,8 +43,8 @@ import (
"github.com/gin-gonic/gin"
"github.com/swaggo/files"
"github.com/swaggo/gin-swagger"
_ "./docs" // docs is generated by Swag CLI, you have to import it.
_ "github.com/swaggo/gin-swagger/example/basic/docs" // docs is generated by Swag CLI, you have to import it.
)
// @title Swagger Example API