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

7 lines
89 B
Makefile
Raw Normal View History

2016-07-22 18:54:40 +00:00
ci:
go fmt
go vet
go test -v ./...
go get github.com/golang/lint/golint
golint *.go