fix import path

This commit is contained in:
Bo-Yi Wu 2019-09-14 15:14:17 +08:00 committed by GitHub
parent d488a69274
commit f2f85b81b1
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