Package main implements a simple gRPC client that demonstrates how to use gRPC-Go libraries
to perform unary, client streaming, server streaming and full duplex RPCs.
It interacts with the route guide service whose definition can be found in proto/route_guide.proto.