Hello, in c# there are "no_client" and "no_server" flags so that only the required code is generated (see this PR: https://github.com/grpc/grpc/pull/6284)
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 -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/2fc6cc81-1d67-4076-a578-5cb22ce8921dn%40googlegroups.com.
