From 8c12c6939aab9106db14ec2d11d983bc5b29fb2c Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sun, 7 Jul 2019 21:33:44 +0100 Subject: Switch to modules --- .../matttproud/golang_protobuf_extensions/pbutil/Makefile | 7 ------- 1 file changed, 7 deletions(-) delete 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 deleted file mode 100644 index 81be214..0000000 --- a/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -all: - -cover: - go test -cover -v -coverprofile=cover.dat ./... - go tool cover -func cover.dat - -.PHONY: cover -- cgit v1.2.3