
This updates github.com/matttproud/golang_protobuf_extensions to a released version. There's no significant change in the code itself, and the corresponding tests (which are not vendored) behave better with vgo (see details in #65683).
8 lines
108 B
Makefile
8 lines
108 B
Makefile
all:
|
|
|
|
cover:
|
|
go test -cover -v -coverprofile=cover.dat ./...
|
|
go tool cover -func cover.dat
|
|
|
|
.PHONY: cover
|