Update naming

This commit is contained in:
Nex
2018-09-09 19:13:05 +08:00
parent fa403bc24e
commit cafc744da9
5 changed files with 49 additions and 47 deletions

9
gen.sh
View File

@@ -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