Removed vendor directory

This commit is contained in:
NC Thompson
2019-01-15 21:51:34 +02:00
parent 0fa0b513dc
commit 0abf03751d
422 changed files with 0 additions and 96850 deletions

View File

@@ -1,7 +0,0 @@
all:
cover:
go test -cover -v -coverprofile=cover.dat ./...
go tool cover -func cover.dat
.PHONY: cover