gogo/protobuf

I try protobuf gofast plugin but it fail

ali2210 opened this issue · 0 comments

Deps install
1. go get github.com/gogo/protobuf/protoc-gen-gofast
Response
protoc-gen-gofast: program not found or is not executable
2. go get github.com/gogo/protobuf/proto
3. go get github.com/gogo/protobuf/jsonpb
4. go get github.com/gogo/protobuf/protoc-gen-gogo
5. go get github.com/gogo/protobuf/gogoproto
Response
dwarfs@dwarfs-Aspire-E5-571:~/MyGRPC$ protoc --gofast_out=plugins=grpc:. person.proto
error : --gofast_out: protoc-gen-gofast: Plugin failed with status code 1.
Please help