github.com/hxx258456/ccgo@v0.0.5-0.20230213014102-48b35f46f66f/go-grpc-middleware/testing/gogotestproto/Makefile (about)

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