5 lines
185 B
Batchfile
5 lines
185 B
Batchfile
mkdir go
|
|
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
|