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,18 +0,0 @@
ci: fmt lint test
fmt:
! gofmt -l *.go | read nothing
go vet
lint:
go get github.com/golang/lint/golint
golint *.go
test: sysfs/fixtures/.unpacked
go test -v ./...
sysfs/fixtures/.unpacked: sysfs/fixtures.ttar
./ttar -C sysfs -x -f sysfs/fixtures.ttar
touch $@
.PHONY: fmt lint test ci