Skip to content
Snippets Groups Projects
Commit 00456d54 authored by Qi Zhao's avatar Qi Zhao
Browse files

Merge pull request #128 from sidnei/patch-1

Fix typo
parents f7feb0e7 da4cc706
Branches
Tags
No related merge requests found
...@@ -266,7 +266,7 @@ conn, err := grpc.Dial(*serverAddr) ...@@ -266,7 +266,7 @@ conn, err := grpc.Dial(*serverAddr)
defer conn.Close() defer conn.Close()
``` ```
We can use DialOptions to set the auth credentials (e.g., TLS, GCE crednetials, JWT credentials) in grpc.Dial if the service you request requires that. We can use DialOptions to set the auth credentials (e.g., TLS, GCE credentials, JWT credentials) in grpc.Dial if the service you request requires that.
Once the gRPC *channel* is setup, we need a client *stub* to perform RPCs by using the `NewRouteGuideClient` method provided in the `pb` package we generated from our .proto. Once the gRPC *channel* is setup, we need a client *stub* to perform RPCs by using the `NewRouteGuideClient` method provided in the `pb` package we generated from our .proto.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment