luet/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile
Ettore Di Giacinto f8989e464e Update vendor
2021-03-11 17:57:59 +01:00

8 lines
108 B
Makefile

all:
cover:
go test -cover -v -coverprofile=cover.dat ./...
go tool cover -func cover.dat
.PHONY: cover