From ed8bc523fd0d1a66acf3fa449c453508035efdfc Mon Sep 17 00:00:00 2001 From: Kevin Lyda Date: Sun, 12 Feb 2017 14:38:12 +0000 Subject: Initial pass at prometheus support. (#56) --- .../matttproud/golang_protobuf_extensions/pbutil/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile (limited to 'vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile') diff --git a/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile b/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile new file mode 100644 index 0000000..81be214 --- /dev/null +++ b/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile @@ -0,0 +1,7 @@ +all: + +cover: + go test -cover -v -coverprofile=cover.dat ./... + go tool cover -func cover.dat + +.PHONY: cover -- cgit v1.2.3