Update naming
This commit is contained in:
9
gen.sh
9
gen.sh
@@ -1,4 +1,5 @@
|
||||
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
|
||||
#!/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/tx_ledger.proto
|
||||
protoc -I . --go_out=plugins=grpc:gen/go bdchain/api/ac_chain.proto
|
||||
|
||||
Reference in New Issue
Block a user