vendoring

This commit is contained in:
Thomas Skowron
2016-10-05 10:22:44 +02:00
parent 053bd0a68a
commit 319c6ef85b
83 changed files with 21542 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