Update gotutorial.md

Fixed broken link
This commit is contained in:
LisaFC 2015-03-24 14:36:43 +00:00
parent 6c16469b66
commit d6d36b33b1
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ To build and start a server, we:
<a name="client"></a> <a name="client"></a>
## Creating the client ## Creating the client
In this section, we'll look at creating a Go client for our `RouteGuide` service. You can see our complete example client code in [grpc-go/examples/route_guide/client/client.go](https://github.com/grpc/grpc-go/tree/master/examples/route_guide/server/client.go). In this section, we'll look at creating a Go client for our `RouteGuide` service. You can see our complete example client code in [grpc-go/examples/route_guide/client/client.go](https://github.com/grpc/grpc-go/tree/master/examples/route_guide/client/client.go).
### Creating a stub ### Creating a stub