Makefile 89 B

123456
  1. ci:
  2. go fmt
  3. go vet
  4. go test -v ./...
  5. go get github.com/golang/lint/golint
  6. golint *.go