GEN_STRING is not supporting to set --grpc_out for go language:
|
GEN_STRING="--go_out=${GO_SOURCE_RELATIVE}${GO_MODULE_PREFIX}${GO_PACKAGE_MAP}plugins=grpc:$OUT_DIR" |
However, it is supported for some of the languages like csharp:
|
GEN_STRING="--grpc_out=$OUT_DIR --csharp_out=$OUT_DIR --plugin=protoc-gen-grpc=`which grpc_csharp_plugin`" |
How can I get the _grpc output for golang?
GEN_STRING is not supporting to set --grpc_out for go language:
docker-protoc/all/entrypoint.sh
Line 318 in 89631f0
However, it is supported for some of the languages like csharp:
docker-protoc/all/entrypoint.sh
Line 367 in 89631f0
How can I get the
_grpc outputfor golang?