fix(doc): fix go get imported pkg (#68)

This commit is contained in:
Eason Lin 2019-07-05 22:50:31 +08:00 committed by GitHub
parent 08f491371f
commit 2bdb1e51dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: