I am trying to follow the instructions from https://github.com/golang/protobuf and
https://github.com/google/protobuf/releases to install protocol buffer. After I added the bin path from the download folder to $PATH, I tried to run protoc-gen-go, but it shows -bash: protoc-gen-go: command not found
Is there a way to tell if I have install the protobuf correctly?
Thanks.