From 2c3ef6c75a8ef433f3c347dc5766238a771fdbe2 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Tue, 25 Oct 2016 21:11:05 +0800 Subject: [PATCH] fix go version --- README.md | 2 +- examples/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 660658bed..110a8cf42 100644 --- a/README.md +++ b/README.md @@ -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 ----------- diff --git a/examples/README.md b/examples/README.md index b65f8c5e6..6ea6b35f6 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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) ```