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

@@ -9,9 +9,9 @@ where /q %exe% || echo missing %exe% && exit /B
where /q %gen% || echo missing %gen% && exit /B
if not exist %dir% mkdir %dir%
%exe% -I . --go_out=plugins=grpc:%dir% bdchain/api/common.proto
%exe% -I . --go_out=plugins=grpc:%dir% bdchain/api/error_details.proto
%exe% -I . --go_out=plugins=grpc:%dir% bdchain/api/tx_ledger.proto
%exe% -I . --go_out=plugins=grpc:%dir% bdchain/api/ac_chain.proto
%exe% -I . --go_out=plugins=grpc:%dir% bdledger/api/common.proto
%exe% -I . --go_out=plugins=grpc:%dir% bdledger/api/error_details.proto
%exe% -I . --go_out=plugins=grpc:%dir% bdledger/api/tx_ledger.proto
%exe% -I . --go_out=plugins=grpc:%dir% bdledger/api/ac_chain.proto
echo all done