Skip to content

Commit 408bbc5

Browse files
author
Sai
committed
Updating the go_package as per remote branch
1 parent c7e8977 commit 408bbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/route_guide/routeguide/route_guide.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
syntax = "proto3";
1616

1717
// option features.field_presence = IMPLICIT;
18-
option go_package = "google.golang.org/grpc/examples/route_guide/routeguide";
18+
option go_package = "examples/route_guide/routeguide/route_guide.proto";
1919
option java_multiple_files = true;
2020
option java_package = "io.grpc.examples.routeguide";
2121
option java_outer_classname = "RouteGuideProto";

0 commit comments

Comments
 (0)