...

Text file src/github.com/grpc-ecosystem/go-grpc-middleware/testing/gogotestproto/Makefile

Documentation: github.com/grpc-ecosystem/go-grpc-middleware/testing/gogotestproto

     1all: test_go
     2
     3fields_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

View as plain text