Update readme about the version of gin (#1494)

This commit is contained in:
chainhelen 2018-08-17 14:59:55 +08:00 committed by 田欧
parent f5451bd645
commit f856aa85cd
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ $ mkdir -p $GOPATH/src/github.com/myusername/project && cd "$_"
```sh
$ govendor init
$ govendor fetch github.com/gin-gonic/gin@v1.2
$ govendor fetch github.com/gin-gonic/gin@v1.3
```
4. Copy a starting template inside your project