Always works fine with other language but go demand protoc-gen-go-grpc to generate proper files
docker run --rm -u ${UID} -v${PWD}:${PWD} -w${PWD} jaegertracing/protobuf:latest --go_out=grpc/go/grpc --proto_path=${PWD} --go-grpc_out=. --go-grpc_opt=paths=source_relative helloworld.proto
protoc-gen-go-grpc: program not found or is not executable
--go-grpc_out: protoc-gen-go-grpc: Plugin failed with status code 1.
Summary
Always works fine with other language but go demand protoc-gen-go-grpc to generate proper files
Steps to Reproduce
docker run --rm -u ${UID} -v${PWD}:${PWD} -w${PWD} jaegertracing/protobuf:latest --go_out=grpc/go/grpc --proto_path=${PWD} --go-grpc_out=. --go-grpc_opt=paths=source_relative helloworld.proto
What do you see now?
What do you want to see instead?
command end without error
Environment
Linux
...
How do you propose to implement this?
not shure
Can you do this yourself and submit a Pull Request?
not without propositions