statsd_exporter/vendor/github.com/prometheus/procfs/Makefile
Johannes 'fish' Ziemke a78a6d2635 Vendor dependencies
2016-05-03 19:25:23 +02:00

6 lines
113 B
Makefile

ci:
! gofmt -l *.go | read nothing
go vet
go test -v ./...
go get github.com/golang/lint/golint
golint *.go