DEV Community

Discussion on: Microservices with go-kit. Part 1

Collapse
 
torniker profile image
Tornike Razmadze

I have solved this problem, it appears that i had not installed protoc-gen-go. So in case anyone else have similar problem take a look at this github.com/grpc/homebrew-grpc/issu...

Collapse
 
nitindwivedicloud profile image
nitindwivedicloud

how did you figure out missing package is the problem?
I am getting same error but doesn't look liek protoc-gen-go missing case.