08f427899c
Summary: change go_package path Test Plan: none Reviewers: nex, wuyi Reviewed By: nex Differential Revision: https://phabricator.internetapi.cn/D29
8 lines
375 B
Bash
8 lines
375 B
Bash
#!/usr/bin/env bash
|
|
mkdir -p gen/go
|
|
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/common.proto
|
|
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/error_details.proto
|
|
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/ledger.proto
|
|
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/query.proto
|
|
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/node.proto
|