fix import path (#80)

Co-authored-by: Eason Lin <easonlin404@gmail.com>
This commit is contained in:
Bo-Yi Wu
2020-05-10 01:03:32 +08:00
committed by GitHub
parent 819800e541
commit bbeaf5b73c
+1 -1
View File
@@ -87,7 +87,7 @@ import (
swaggerFiles "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