DEBSOURCES
Skip Quicknav
sources / golang-github-grpc-ecosystem-go-grpc-prometheus / 1.2.0%2Bgit20191002.6af20e3-5 / examples / testproto / Makefile
12345678910
all: test_go test_go: test.proto PATH="${GOPATH}/bin:${PATH}" protoc \ -I. \ -I${GOPATH}/src \ --go_out=plugins=grpc:. \ test.proto