Makefile 115 B

123456
  1. .PHONY: all
  2. all:
  3. go build ./...
  4. go test -vet=all -coverprofile=coverage.out ./...
  5. staticcheck -checks all ./...