Add basic library code to manage projects, activities and times.

This commit is contained in:
Olli 2025-08-29 11:56:45 +02:00
commit fb576f3d51
7 changed files with 663 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module suruatoel.xyz/timefiles
go 1.24.2