1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-22 11:39:49 +00:00
Files
norman/vendor/github.com/prometheus/procfs/Makefile
Darren Shepherd 426d985fea Update vendor
2018-10-23 22:48:26 -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