We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a252e2c commit 1abbe64Copy full SHA for 1abbe64
swapserverrpc/gen_protos.sh
@@ -9,6 +9,7 @@ function generate() {
9
do
10
protoc -I/usr/local/include -I. -I.. \
11
--go_out . --go_opt paths=source_relative \
12
+ --go-grpc_out . --go-grpc_opt paths=source_relative \
13
"${file}"
14
done
15
}
0 commit comments