Update README.md

Adding link to go tutorial
This commit is contained in:
Jayant Kolhe 2015-02-26 05:16:57 -08:00
parent 9e1539115e
commit 9ac8d7142c
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
The route guide server and client demonstrate how to use grpc go libraries to
perform unary, client streaming, server streaming and full duplex RPCs.
Please refer to [Getting Started Guide for Go] (https://github.com/grpc/grpc-common/blob/master/go/gotutorial.md) for more information.
See the definition of the route guide service in proto/route_guide.proto.
# Run the sample code