We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f3f64 commit f159599Copy full SHA for f159599
cmd/protoc-gen-go-grpc/protoc-gen-go-grpc_test.sh
@@ -30,7 +30,7 @@ popd
30
31
protoc \
32
--go-grpc_out="${TEMPDIR}" \
33
- --go-grpc_opt=paths=source_relative \
+ --go-grpc_opt=paths=source_relative,use_generic_streams=true \
34
"examples/route_guide/routeguide/route_guide.proto"
35
36
GOLDENFILE="examples/route_guide/routeguide/route_guide_grpc.pb.go"
0 commit comments