mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-22 17:42:14 +08:00
add details label
This commit is contained in:
parent
1fdfdcb4ed
commit
d6b70ebbcd
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user