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
+1 -1
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: