grpc / grpc-docker-library

Contains dockerfiles for gRPC in different languages
Apache License 2.0
207 stars 83 forks source link

Add protoc-gen-go to grpc/go #34

Closed campoy closed 8 years ago

campoy commented 8 years ago

Currently protoc-gen-go is not available, which means compiling any .proto to go produces this error:

$ protoc --go_out=. helloworld.proto
protoc-gen-go: program not found or is not executable
--go_out: protoc-gen-go: Plugin failed with status code 1.