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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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