mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 19:32:22 +00:00
#Prerequisites
- Install the protoc binary from: https://github.com/protocolbuffers/protobuf/releases
- Install the protoc plugin for Go
go get -u github.com/golang/protobuf/protoc-gen-go - Ensure
protocis on your path. - Ensure your Go bin directory is on your path
#Generate Go Code
- Navigate to the project root
- Run:
protoc -I ./pb/edge_ctrl_pb/ ./pb/edge_ctrl_pb/edge_ctrl.proto --go_out=./pb/edge_ctrl_pb