Skip to content

Commit

Permalink
Reverting the go_package in .proto file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai committed Jul 29, 2024
1 parent 40fade0 commit ad89387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/route_guide/routeguide/route_guide.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
syntax = "proto3";

// option features.field_presence = IMPLICIT;
option go_package = "/routeguide";
option go_package = "google.golang.org/grpc/examples/route_guide/routeguide";
option java_multiple_files = true;
option java_package = "io.grpc.examples.routeguide";
option java_outer_classname = "RouteGuideProto";
Expand Down

0 comments on commit ad89387

Please sign in to comment.