Please specify a program using absolute path or make sure the program is available in your PATH system variable
缺少protoc-gen-go插件
下载protobuf
git clone https://github.com/golang/protobuf.git
cd到protobuf/protoc-gen-go/
,执行go build 和go install 即可,go install命令可以把刚build 好的依赖放到gopkg中,如果配置了go环境变量,那就可以直接用来生成.pb
文件