diff options
| author | Grant Ammons <gammons@gmail.com> | 2016-05-02 07:25:51 -0400 |
|---|---|---|
| committer | Grant Ammons <gammons@gmail.com> | 2016-05-02 07:25:51 -0400 |
| commit | 34c89ec2ca4b458adb94534c4fae44c921181f59 (patch) | |
| tree | ed3b9e7ab295543938ac4ee2fcadbe915749dd98 /todolist/store.go | |
| parent | 54e9313ad14269f57a13b32aac59aea17f86d151 (diff) | |
Uncomplete todo
Diffstat (limited to 'todolist/store.go')
| -rw-r--r-- | todolist/store.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/todolist/store.go b/todolist/store.go index 066e3e3..2397d08 100644 --- a/todolist/store.go +++ b/todolist/store.go @@ -9,6 +9,7 @@ type Store interface { Delete(id int) Complete(id int) + Uncomplete(id int) IndexOf(t *Todo) int FindById(id int) *Todo |
