Tool to inspect a package for todos and compiles all found todos into a single document
Go to file
Samuel Hawksby-Robinson 0d546db344
Begin implementing the stringer for the todo node tree
2021-01-06 17:26:03 +00:00
entity_tracker.go go fmt 2021-01-05 14:44:31 +00:00
main.go Begin implementing the stringer for the todo node tree 2021-01-06 17:26:03 +00:00
node.go Begin implementing the stringer for the todo node tree 2021-01-06 17:26:03 +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 Begin implementing the stringer for the todo node tree 2021-01-06 17:26:03 +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