refactor: re-generate go grpc protobuf (#271)
Signed-off-by: liyang <daviderli614@gmail.com>
This commit is contained in:
@@ -6,4 +6,7 @@ PROTO_ROOT=./proto
|
||||
GO_OUTPUT=./go
|
||||
|
||||
protoc -I=${PROTO_ROOT} --go_out=paths=source_relative:${GO_OUTPUT} $(find ./proto/ -type f -iname "*.proto")
|
||||
protoc -I=${PROTO_ROOT} \
|
||||
--go-grpc_out=paths=source_relative:${GO_OUTPUT} \
|
||||
$(find ./proto/ -type f -iname "*.proto")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user