chore: update protobuf * gRPC toolchains

This commit is contained in:
Nex
2020-09-22 16:21:24 +08:00
parent c331546099
commit bd3165747c
4 changed files with 22 additions and 29 deletions

View File

@@ -46,7 +46,7 @@ do
mkdir -p $out
fi
echo "Generating Go code"
$exec --go_out=plugins=grpc:$out --govalidators_out=$out $pb_files $async_tag
$exec --go-grpc_out=$out --govalidators_out=$out $pb_files $async_tag
fi
if [ $aug == "gohttp" ]; then
plugin=protoc-gen-grpc-gateway