...

Text file src/github.com/gogo/protobuf/test/issue427/Makefile

Documentation: github.com/gogo/protobuf/test/issue427

     1test:
     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 ./...

View as plain text