test
This commit is contained in:
6
echoserver/Makefile
Normal file
6
echoserver/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
all:
|
||||
protoc -I/usr/local/include -I. \
|
||||
-I${GOPATH}/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
|
||||
--go_out=plugins=grpc:. \
|
||||
--grpc-gateway_out=logtostderr=true:. \
|
||||
echoserver.proto
|
||||
Reference in New Issue
Block a user