From 51501f920c092791c7d83ac7067874547a37c96a Mon Sep 17 00:00:00 2001 From: David Lu Date: Tue, 6 Sep 2016 18:51:27 -0400 Subject: PLT-3753 Added Segment analytics (#3972) --- vendor/github.com/segmentio/analytics-go/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vendor/github.com/segmentio/analytics-go/Makefile (limited to 'vendor/github.com/segmentio/analytics-go/Makefile') diff --git a/vendor/github.com/segmentio/analytics-go/Makefile b/vendor/github.com/segmentio/analytics-go/Makefile new file mode 100644 index 000000000..e896b1b5f --- /dev/null +++ b/vendor/github.com/segmentio/analytics-go/Makefile @@ -0,0 +1,10 @@ +vet: + @godep go vet ./... + +build: + @godep go build + +test: + @godep go test -race -cover ./... + +.PHONY: vet build test -- cgit v1.2.3-1-g7c22