File: Makefile

package info (click to toggle)
golang-procfs 0%2Bgit20161206.fcdb11c-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 264 kB
  • sloc: makefile: 12
file content (6 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
ci:
	! gofmt -l *.go | read nothing
	go vet
	go test -v ./...
	go get github.com/golang/lint/golint
	golint *.go