Files
rpcx/protocol/testdata/gen.sh
2024-05-30 16:17:30 +08:00

5 lines
196 B
Bash

# curl -O https://raw.githubusercontent.com/rpcxio/rpcx-benchmark/master/proto/benchmark.proto
# generate .go files from IDL
protoc -I. --go_out=. --go_opt=module="testdata" ./benchmark.proto