fix(doc): fix go get imported pkg (#68)
This commit is contained in:
parent
08f491371f
commit
2bdb1e51dc
|
|
@ -24,7 +24,7 @@ $ swag init
|
|||
4. Download [gin-swagger](https://github.com/swaggo/gin-swagger) by using:
|
||||
```sh
|
||||
$ 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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue