From d6b70ebbcd9451d340ae85bcf8337973c2154a16 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Wed, 5 Sep 2018 17:26:36 +0800 Subject: [PATCH] add details label --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index efc4b710..a0389ba1 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,9 @@ import "net/http" ### Use a vendor tool like [Govendor](https://github.com/kardianos/govendor) +
+How to use govendor tool details? + 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 ``` +
+ ## Prerequisite Now Gin requires Go 1.6 or later and Go 1.7 will be required soon.