Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
fix:change go_package.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeNinjaEvan committed Apr 16, 2018
1 parent c003d39 commit a5e544c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "google/api/annotations.proto";

option java_package = "org.tron.api"; //Specify the name of the package that generated the Java file
option java_outer_classname = "GrpcAPI"; //Specify the class name of the generated Java file
option go_package = "github.com/tronprotocol/go-client-api/api";
option go_package = "github.com/tronprotocol/grpc-gateway/api";

service Wallet {

Expand Down

0 comments on commit a5e544c

Please sign in to comment.