all: linter test test: go test lint: linter linter: golangci-lint run goimports_everything: find . -name "*.go" -exec goimports -w {} \;