fix go version

This commit is contained in:
thinkerou
2016-10-25 21:11:05 +08:00
parent 2b7e876a2e
commit 2c3ef6c75a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ $ go get google.golang.org/grpc
Prerequisites
-------------
This requires Go 1.5 or later .
This requires Go 1.5 or later.
Constraints
-----------

View File

@ -8,7 +8,7 @@ For this sample, we've already generated the server and client stubs from [hello
PREREQUISITES
-------------
- This requires Go 1.4
- This requires Go 1.5 or later
- Requires that [GOPATH is set](https://golang.org/doc/code.html#GOPATH)
```