Initial commit

This commit is contained in:
Oliver Jakoubek 2026-01-14 12:42:00 +01:00
commit 3b076836d3
23 changed files with 333 additions and 0 deletions

3
tasks.go Normal file
View file

@ -0,0 +1,3 @@
package checkvist
// tasks.go contains the TaskService for CRUD operations on tasks within a checklist.