add details label

This commit is contained in:
thinkerou 2018-09-05 17:26:36 +08:00
parent 1fdfdcb4ed
commit d6b70ebbcd

View File

@ -87,6 +87,9 @@ import "net/http"
### Use a vendor tool like [Govendor](https://github.com/kardianos/govendor)
<details>
<summary>How to use govendor tool details?</summary>
1. `go get` govendor
```sh
@ -117,6 +120,8 @@ $ curl https://raw.githubusercontent.com/gin-gonic/gin/master/examples/basic/mai
$ go run main.go
```
</details>
## Prerequisite
Now Gin requires Go 1.6 or later and Go 1.7 will be required soon.