todo handler and tests

This commit is contained in:
2025-02-09 00:21:58 -05:00
parent 6175abee25
commit c10cc07324
14 changed files with 714 additions and 34 deletions

View File

@@ -4,5 +4,8 @@ run:
build:
go build -o tmp/main cmd/main.go
test:
go test ./...
clean:
rm tmp/main habits.db