Skip to content

Commit ec2dbb7

Browse files
committed
remove all option go_package in proto
1 parent 56a6249 commit ec2dbb7

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

protocol/src/main/protos/core/Discover.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ package protocol;
44

55
option java_package = "org.tron.protos"; //Specify the name of the package that generated the Java file
66
option java_outer_classname = "Discover"; //Specify the class name of the generated Java file
7-
option go_package = "github.com/tronprotocol/grpc-gateway/core";
87

98
message Endpoint {
109
bytes address = 1;

protocol/src/main/protos/core/Tron.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ package protocol;
88

99
option java_package = "org.tron.protos"; //Specify the name of the package that generated the Java file
1010
option java_outer_classname = "Protocol"; //Specify the class name of the generated Java file
11-
option go_package = "github.com/tronprotocol/grpc-gateway/core";
1211

1312
enum AccountType {
1413
Normal = 0;

0 commit comments

Comments
 (0)