mirror of
https://github.com/smallnest/rpcx.git
synced 2025-12-24 12:27:56 +08:00
5 lines
196 B
Bash
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 |