vendor dependencies using govendor, fixes #16

This commit is contained in:
Martin Lindhe
2016-09-01 15:57:51 +02:00
parent b203702cad
commit e4fc3bda11
140 changed files with 25874 additions and 0 deletions

6
vendor/github.com/prometheus/procfs/Makefile generated vendored Normal file
View File

@@ -0,0 +1,6 @@
ci:
! gofmt -l *.go | read nothing
go vet
go test -v ./...
go get github.com/golang/lint/golint
golint *.go