From 89d111b7f0a05331ce87cc373108a164af23109e Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Thu, 5 May 2016 15:31:47 -0400 Subject: Handle case where todos.json cant be loaded --- todolist/store.go | 1 + 1 file changed, 1 insertion(+) (limited to 'todolist/store.go') diff --git a/todolist/store.go b/todolist/store.go index 6892f58..b488408 100644 --- a/todolist/store.go +++ b/todolist/store.go @@ -1,6 +1,7 @@ package todolist type Store interface { + Initialize() Load() Save() Todos() []*Todo -- cgit v1.3