add dev version (#1886)

* add dev version

* Update version.go

* Update version.go
This commit is contained in:
田欧
2019-05-12 18:47:27 +08:00
committed by GitHub
parent 04eecb1283
commit 965d74cebb
2 changed files with 1 additions and 5 deletions

View File

@ -119,10 +119,6 @@ $ curl https://raw.githubusercontent.com/gin-gonic/examples/master/basic/main.go
$ go run main.go
```
## Prerequisite
Now Gin requires Go 1.8 or later and Go 1.10 will be required next major version.
## Quick start
```sh