Skip to content

Commit

Permalink
Update references to route_guide.proto to use new directory name (#1270)
Browse files Browse the repository at this point in the history
route_guide.proto used to be in a directory called proto. It was renamed
to routeguide but the code/README still referred to the previous
directory name.

Signed-off-by: Steven Erenst <[email protected]>
  • Loading branch information
BlueMonday authored and menghanl committed May 31, 2017
1 parent 6bb7648 commit a113590
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/route_guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ perform unary, client streaming, server streaming and full duplex RPCs.

Please refer to [gRPC Basics: Go] (http://www.grpc.io/docs/tutorials/basic/go.html) for more information.

See the definition of the route guide service in proto/route_guide.proto.
See the definition of the route guide service in routeguide/route_guide.proto.

# Run the sample code
To compile and run the server, assuming you are in the root of the route_guide
Expand Down
2 changes: 1 addition & 1 deletion examples/route_guide/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// 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.
// It interacts with the route guide service whose definition can be found in routeguide/route_guide.proto.
package main

import (
Expand Down
2 changes: 1 addition & 1 deletion examples/route_guide/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// Package main implements a simple gRPC server that demonstrates how to use gRPC-Go libraries
// to perform unary, client streaming, server streaming and full duplex RPCs.
//
// It implements the route guide service whose definition can be found in proto/route_guide.proto.
// It implements the route guide service whose definition can be found in routeguide/route_guide.proto.
package main

import (
Expand Down

0 comments on commit a113590

Please sign in to comment.