DEV Community

Discussion on: Microservices with go-kit. Part 1

Collapse
 
needkopi profile image
chandra agung rizky • Edited

hi Alex, i want to ask you something

i have installed protoc
protoc --version => libprotoc 3.9.0

and i have downloaded grpc
go get -u google.golang.org/grpc

i run command "kit generate service notificator -t grpc --dmw" i have message "warn[0000]the GRPC implementation is not finished you need to update your service protobuf"

can you help me about it