run: go run cmd/main.go build: go build -o tmp/main cmd/main.go test: go test ./... format: go fmt ./... clean: rm tmp/main habits.db