Author: Fábio Sartori
sudo apt-get install -y protobuf-compilerbrew install protobuff- Linux - DEB
apt install -y protobuf-compiler
protoc --version # Ensure compiler version is 3+- MacOS
brew install protobuf
protoc --version # Ensure compiler version is 3+- Windows
> winget install protobuf
> protoc --version # Ensure compiler version is 3+go get -u google.golang.org/protobuf/cmd/protoc-gen-go
go install google.golang.org/protobuf/cmd/protoc-gen-go
go get -u google.golang.org/grpc/cmd/protoc-gen-go-grpc
go install google.golang.org/grpc/cmd/protoc-gen-go-grpcNOTE: You should add the protoc-gen-go-grpc to your PATH
PATH="${PATH}:${HOME}/go/bin"protoc --go_out=. --go-grpc_out=. proto/swa_service.protogo mod tidygo install github.com/ktr0731/evans@latest