run: lint @go run main.go build: lint @go build -o hmdeploy main.go lint: @golangci-lint fmt ./... @golangci-lint run ./...