aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2024-10-12Create separate module for primitivesRaymaekers Luca
- Added a converter tool to convert from an old version of gobdata to a new format - added ws sub directory for the command line tool
2024-10-11Add tags to tasksRaymaekers Luca
Adds tag functionality to tasks - Added Task type - Added Tag type - Save Tags to Gobdata - Renamed gobdata -> Gobdata - Replaced NArg by ParseNArg function - Added ArgInArgs helper function - Added testing to TODO's - Refactored switch statement - Removed usage function - Added gitignore - Added LICENSE
2024-10-01initRaymaekers Luca