vain/vendor/github.com/prometheus/procfs/Makefile
Stephen McQuay (smcquay) aa1ef99295
added metrics
Change-Id: I7727bd43911339f48e2d096f8bb43729eb65b3ad
2016-06-25 13:41:20 -07:00

7 lines
113 B
Makefile

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