1all: 2 protoc -I/usr/local/include -I. \ 3 -I${GOPATH}/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \ 4 --go_out=plugins=grpc:. \ 5 --grpc-gateway_out=logtostderr=true:. \ 6 echoserver.proto
View as plain text