From d9d230278edc80a7774e19c356b0d2a285029bb9 Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Fri, 25 Sep 2015 17:17:35 -0700 Subject: [PATCH] golang->go --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e648b2c9..94dc739e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This requires Go 1.4 or above. Constraints ----------- -The grpc package should only depend on standard Golang packages and a short list of exceptions. A new addition to the list requires a discussion with gRPC-Go authors and consultants. +The grpc package should only depend on standard Go packages and a short list of exceptions. A new addition to the list requires a discussion with gRPC-Go authors and consultants. Documentation -------------