gitee.com/ks-custle/core-gm@v0.0.0-20230922171213-b83bdd97b62c/go-grpc-middleware/testing/testproto/Makefile (about)

     1  all: test_go
     2  
     3  test_go: test.proto
     4  	PATH="${GOPATH}/bin:${PATH}" protoc \
     5  	  -I. \
     6  		-I${GOPATH}/src \
     7  		--go_out=plugins=grpc:. \
     8  		test.proto
     9  
    10