aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/todo_list_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add garbage collection featureGrant Ammons2017-03-031-0/+51
| | | | | * Add `todo gc`, which will delete all archived todos. * `NextId` will now take the first available id, rather than just the MaxId + 1.
* Fixed build failedBunchhieng2016-09-151-6/+12
|
* Refactor todolist stuff out of the file store implementationGrant Ammons2016-06-121-0/+73