From 961c04cae992eadb42d286d2f85f8a675bdc68c8 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 29 Jan 2018 14:17:40 -0800 Subject: Upgrading server dependancies (#8154) --- .../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 000000000..81be21437 --- /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-1-g7c22