aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/memory_store.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix #64, parsing a todo with europe date formatGrant Ammons2017-06-121-0/+19
* the `hasDue` function was not running, and therefore it was not parsing the due date. * Also added the beginnings of a more holistic test approach, using `app_test.go`.