Hello,
it looks like in golang there are no such flags, so I am wondering: is it possible to add this feature to golang as well?
I have tried this command:
> protoc --go_out=./src2/webservice --go-grpc_out=no_client:./src2/webservice ./src2/proto/*.proto
and got an error:
"protoc-gen-go-grpc: no such flag -no_client"
Best regards,
Mihails