https://github.com/protocolbuffers/protobuf/releases/latest
protoc-3.11.2-win64.zip
D:worksrcilestore-server>protoc --proto_path=service/account/proto --go_out=
service/account/proto --micro_out=service/account/proto service/account/proto/us
er.proto
’protoc-gen-go’ 不是内部或外部命令也不是可运行的程序
或批处理文件。
–go_out: protoc-gen-go: Plugin failed with status code 1.
安装了
D:\work\src\filestore-server>go get -u github.com/golang/protobuf/protoc-gen-go
D:\work\src\filestore-server>protoc --proto_path=service/account/proto --go_out=
service/account/proto --micro_out=service/account/proto service/account/proto/us
er.proto
’protoc-gen-micro’ 不是内部或外部命令也不是可运行的程序
或批处理文件。
–micro_out: protoc-gen-micro: Plugin failed with status code 1.