all: build check build: go build check: go test -coverprofile=cover.out -covermode=count go vet # golint