grpc-go-demo golang grpc example with grpc server reflection how to run this demo cd proto/ && protoc --go_out=plugins=grpc:../ --grpc-gateway_out=logtostderr=true:../ *.proto && cd ../ go run server/server.go go run client/client.go