mirror of
https://github.com/linka-cloud/grpc.git
synced 2025-06-22 17:22:26 +00:00
add grpc-proxy (github.com/mwitkow/grpc-proxy)
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
9
proxy/testservice/Makefile
Normal file
9
proxy/testservice/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
all: test_go
|
||||
|
||||
test_go: test.proto
|
||||
protoc --go_out=. --go_opt=paths=source_relative \
|
||||
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
|
||||
test.proto
|
||||
|
||||
|
Reference in New Issue
Block a user