Skip to content

Commit

Permalink
Merge pull request #85 from fmeum/patch-1
Browse files Browse the repository at this point in the history
Fix invalid `go_package` proto option
  • Loading branch information
nimf authored Oct 9, 2024
2 parents 6746e6f + 6089706 commit d2bc599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpcgcp/grpc_gcp/grpc_gcp.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

syntax = "proto3";

option go_package = "./grpc_gcp";
option go_package = "github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp/grpc_gcp";

package grpc.gcp;

Expand Down

0 comments on commit d2bc599

Please sign in to comment.