mirror of https://github.com/grpc/grpc-go.git
parent
9e1539115e
commit
9ac8d7142c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue