Makefile 156 B

123456789
  1. test:
  2. gofmt -s -w .
  3. go test ./...
  4. go get bitbucket.org/bertimus9/systemstat
  5. coverage:
  6. go get github.com/axw/gocov/gocov
  7. gocov test . | gocov report