change go_package path

Summary: change go_package path

Test Plan: none

Reviewers: nex, wuyi

Reviewed By: nex

Differential Revision: https://phabricator.internetapi.cn/D29
This commit is contained in:
huyingcong
2020-01-08 10:03:39 +08:00
parent c8ff7cd6f7
commit 08f427899c
12 changed files with 103 additions and 103 deletions

View File

@@ -2,5 +2,6 @@
mkdir -p gen/go
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/common.proto
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/error_details.proto
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/tx_ledger.proto
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/query_service.proto
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/ledger.proto
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/query.proto
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/node.proto