Steve Vott
Results
1
comments of
Steve Vott
I had the same problem running protoc binaries. I followed this link: https://stackoverflow.com/questions/57700860/error-protoc-gen-go-program-not-found-or-is-not-executable First install the Protocol Buffer Compiler Installation. Run: $ brew install protobuf Then execute: $ go install...