Skip to content

Commit

Permalink
fix import path (swaggo#80)
Browse files Browse the repository at this point in the history
Co-authored-by: Eason Lin <[email protected]>
  • Loading branch information
appleboy and easonlin404 authored May 9, 2020
1 parent 819800e commit bbeaf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbeaf5b

Please sign in to comment.