From c50de79c4828dbb4f9b5c23bf9e00ea4dea38a01 Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Mon, 12 Jun 2017 08:13:15 -0400 Subject: Fix #64, parsing a todo with europe date format * 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`. --- todolist/file_store.go | 1 - 1 file changed, 1 deletion(-) (limited to 'todolist/file_store.go') diff --git a/todolist/file_store.go b/todolist/file_store.go index 6111de2..7b512ec 100644 --- a/todolist/file_store.go +++ b/todolist/file_store.go @@ -76,4 +76,3 @@ func getLocation() string { return homerepo } } - -- cgit v1.3