test: go test ./pkg/... -coverprofile=coverage.out build: go build lint: golint ./... run: make build ./realdyndns format: gofmt -w . check-format: @OUTPUT=$$(gofmt -l .); \ if [ -n "$$OUTPUT" ]; then \ echo "Formatter failed for:"; \ echo "$$OUTPUT"; \ exit 1; \ fi