mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-23 01:57:55 +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)
|
### Use a vendor tool like [Govendor](https://github.com/kardianos/govendor)
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>How to use govendor tool details?</summary>
|
||||||
|
|
||||||
1. `go get` govendor
|
1. `go get` govendor
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@ -117,6 +120,8 @@ $ curl https://raw.githubusercontent.com/gin-gonic/gin/master/examples/basic/mai
|
|||||||
$ go run main.go
|
$ go run main.go
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
## Prerequisite
|
## Prerequisite
|
||||||
|
|
||||||
Now Gin requires Go 1.6 or later and Go 1.7 will be required soon.
|
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