lileio / lile

Easily generate gRPC services in Go ⚡️
MIT License
1.5k stars 88 forks source link

Cannot compile with lile parameter #63

Closed furkarayel closed 5 years ago

furkarayel commented 5 years ago

I'm trying to run the command: protoc XXXX.proto --lile-server_out=. --go_out=plugins=grpc:.

I get this error:

protoc-gen-lile-server: program not found or is not executable --lile-server_out: protoc-gen-lile-server: Plugin failed with status code 1.

why? I already have protobuf installed and also run the go get command for lile.

furkarayel commented 5 years ago

I solved it. It was because I did not set my GO/bin as an environment variable.