Month: May 2021
-
“‘protoc-gen-go’ is not recognized as an internal or external command” – Go
Hi everyone, I’m currently looking into Go and have hit the following error while trying to run proto: `protoc-gen-go` is not recognized as an internal or external command I am using Windows and have installed the required libraries: In my case the issue turned out to be that proto-gen hadn’t been added to my path:…