Tool to inspect a package for todos and compiles all found todos into a single document
Go to file
Samuel Hawksby-Robinson 4723f2f47d
Moved node code into dedicated node file
2021-01-06 17:08:15 +00:00
entity_tracker.go go fmt 2021-01-05 14:44:31 +00:00
main.go Moved node code into dedicated node file 2021-01-06 17:08:15 +00:00
node.go Moved node code into dedicated node file 2021-01-06 17:08:15 +00:00
todo.go More refactor to move state to be handled by dedicated entities 2021-01-06 16:47:34 +00:00
todo_finder.go Moved node code into dedicated node file 2021-01-06 17:08:15 +00:00
todo_finder_test.go BROKEN - This commit breaks the original functionality, but introduces an effective method of representing found todos in both a table and tree format. 2021-01-06 14:41:25 +00:00