bdledger-apis/gen.bat

5 lines
185 B
Batchfile
Raw Normal View History

2018-09-06 10:36:06 +00:00
mkdir go
2018-09-07 04:53:15 +00:00
protoc -I . --go_out=plugins=grpc:go bg/api/common.proto
protoc -I . --go_out=plugins=grpc:go bg/api/tx_ledger.proto
protoc -I . --go_out=plugins=grpc:go bg/api/ac_chain.proto