Skip to content

Commit

Permalink
Merge pull request swaggo#120 from V-know/master
Browse files Browse the repository at this point in the history
fix the syntax error in readme
  • Loading branch information
ubogdan authored Oct 24, 2020
2 parents 39399e5 + 36fb1b5 commit 68c62b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ package main
import (
"github.com/gin-gonic/gin"
swaggerFiles "github.com/swaggo/files"
"github.com/swaggo/gin-swagger"
ginSwagger "github.com/swaggo/gin-swagger"

_ "github.com/swaggo/gin-swagger/example/basic/docs" // docs is generated by Swag CLI, you have to import it.
)
Expand Down Expand Up @@ -85,7 +85,7 @@ package main
import (
"github.com/gin-gonic/gin"
swaggerFiles "github.com/swaggo/files"
"github.com/swaggo/gin-swagger"
ginSwagger "github.com/swaggo/gin-swagger"

_ "github.com/swaggo/gin-swagger/example/basic/docs" // docs is generated by Swag CLI, you have to import it.
)
Expand Down

0 comments on commit 68c62b3

Please sign in to comment.