Drop Support for go1.8 and go1.9 (#1933)

This commit is contained in:
Dan Markham
2019-06-28 08:43:07 -07:00
committed by Bo-Yi Wu
parent 46acb91996
commit fc920dc561
4 changed files with 4 additions and 6 deletions

View File

@ -70,7 +70,7 @@ Gin is a web framework written in Go (Golang). It features a martini-like API wi
To install Gin package, you need to install Go and set your Go workspace first.
1. The first need [Go](https://golang.org/) installed (**version 1.8+ is required**), then you can use the below Go command to install Gin.
1. The first need [Go](https://golang.org/) installed (**version 1.10+ is required**), then you can use the below Go command to install Gin.
```sh
$ go get -u github.com/gin-gonic/gin