github.com/gogo/protobuf@v1.3.2/test/issue427/Makefile (about)

     1  test:
     2  	go install github.com/gogo/protobuf/protoc-gen-gogo
     3  	go install github.com/gogo/protobuf/protoc-min-version
     4  	go get -u golang.org/x/net/context
     5  	go get -u google.golang.org/grpc
     6  	protoc-min-version --version="3.0.0" --gogo_out=plugins=grpc:. --proto_path=../../../../../:../../protobuf/:. issue427.proto
     7  	go test ./...