0 purchases
toc trade protobuf
TOC TRADE PROTOBUF #
VScode settings #
protoc_path=$(which protoc)
echo '{
"protoc": {
"path": "'$protoc_path'",
"compile_on_save": false,
"options": [
"--proto_path=protos/v3",
"--python_out=src/python",
"--go_out=src/go"
]
}
}' > .vscode/settings.json
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.