Skip to content

Commit

Permalink
Add go_package field in protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
zxia-wish committed May 25, 2021
1 parent f57f0e2 commit 5b603fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/eventmaster.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
syntax = "proto3";

package eventmaster;
option go_package = "github.com/wish/eventmaster;eventmaster";

service EventMaster {
rpc AddEvent (Event) returns (WriteResponse) {}
Expand Down

0 comments on commit 5b603fb

Please sign in to comment.