alertmanager/vendor/github.com/prometheus/procfs/Makefile

7 lines
89 B
Makefile
Raw Normal View History

2015-09-30 15:00:25 +00:00
ci:
go fmt
go vet
go test -v ./...
go get github.com/golang/lint/golint
golint *.go