fix(doc): fix go get imported pkg (#68)
This commit is contained in:
@@ -24,7 +24,7 @@ $ swag init
|
|||||||
4. Download [gin-swagger](https://github.com/swaggo/gin-swagger) by using:
|
4. Download [gin-swagger](https://github.com/swaggo/gin-swagger) by using:
|
||||||
```sh
|
```sh
|
||||||
$ go get -u github.com/swaggo/gin-swagger
|
$ go get -u github.com/swaggo/gin-swagger
|
||||||
$ go get -u github.com/swaggo/gin-swagger/swaggerFiles
|
$ go get -u github.com/swaggo/files
|
||||||
```
|
```
|
||||||
And import following in your code:
|
And import following in your code:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user