update package name

This commit is contained in:
MYLS
2019-09-26 18:06:06 +08:00
parent 70d4bb0f0c
commit 3dc5c90025
9 changed files with 32 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
mkdir -p gen/go
protoc -I . --go_out=plugins=grpc:gen/go bdchain/api/common.proto
protoc -I . --go_out=plugins=grpc:gen/go bdchain/api/error_details.proto
protoc -I . --go_out=plugins=grpc:gen/go bdchain/api/tx_ledger.proto
protoc -I . --go_out=plugins=grpc:gen/go bdchain/api/ac_chain.proto
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/ac_chain.proto