Skip to content

Commit

Permalink
rename to export package (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-yin authored Dec 7, 2023
1 parent 2e47a76 commit 4aabb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporal/api/export/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ syntax = "proto3";

package temporal.api.export.v1;

option go_package = "go.temporal.io/api/export/v1;workflow";
option go_package = "go.temporal.io/api/export/v1;export";
option java_package = "io.temporal.api.export.v1";
option java_multiple_files = true;
option java_outer_classname = "MessageProto";
Expand Down

0 comments on commit 4aabb70

Please sign in to comment.