Skip to content

Commit

Permalink
Try to work with the new protoc gen plugin, that is failing expectacu…
Browse files Browse the repository at this point in the history
…larly with all the go_package definitions in all the examples
  • Loading branch information
marioizquierdo committed Apr 13, 2021
1 parent 46da134 commit ca347b4
Show file tree
Hide file tree
Showing 59 changed files with 2,306 additions and 1,068 deletions.
2 changes: 1 addition & 1 deletion clientcompat/clientcompat.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = "proto3";

package twirp.clientcompat;
option go_package = "clientcompat";
option go_package = "./;clientcompat";

service CompatService {
rpc Method(Req) returns (Resp);
Expand Down
Loading

0 comments on commit ca347b4

Please sign in to comment.