1.Install protoc use apt sudo apt install protoc or download release from github direct, here i use ubuntu, for other platform, visit protocol wget https://github.com/protocolbuffers/protobuf/releases/download/v3.19.4/protoc-3.19.4-linux-x86_64.zip -o ${HOME}/.local/bin 2.install protoc-gen-go go install …
Read More