fix: gen scripts
This commit is contained in:
@@ -46,7 +46,7 @@ do
|
||||
mkdir -p $out
|
||||
fi
|
||||
echo "Generating Go code"
|
||||
$exec --go-grpc_out=$out --govalidators_out=$out $pb_files $async_tag
|
||||
$exec --go_out=$out --go-grpc_out=$out --govalidators_out=$out $pb_files $async_tag
|
||||
fi
|
||||
if [ $aug == "gohttp" ]; then
|
||||
plugin=protoc-gen-grpc-gateway
|
||||
|
||||
Reference in New Issue
Block a user