Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protobuf APIV2 #304

Merged
merged 10 commits into from
May 3, 2021
Merged
Prev Previous commit
Next Next commit
Use example.com in go import examples
marioizquierdo committed Apr 23, 2021
commit 871290ab9f446b64ab896f02b89549e326239390
8 changes: 4 additions & 4 deletions internal/twirptest/importmapping/y/y.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/twirptest/importmapping/y/y.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package twirp.internal.twirptest.importmapping.y;
option go_package = "foo.com/will/be/ignored/y";
option go_package = "example.com/will/be/ignored/y";

message MsgY {}