diff options
| author | Grant Ammons <gammons@gmail.com> | 2017-10-03 07:24:46 -0400 |
|---|---|---|
| committer | Grant Ammons <gammons@gmail.com> | 2017-10-03 07:24:46 -0400 |
| commit | b393a332bef9847cc634f35be1ac8ffe54425d1d (patch) | |
| tree | aaf3ae3f2d9c065abafc2a0bc2b7addd9264d631 /todolist | |
| parent | 08deecf1954f6cf748812057ba5cdd9a0425bfc9 (diff) | |
Wrong file location
Diffstat (limited to 'todolist')
| -rw-r--r-- | todolist/memory_printer.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/todolist/memory_printer.go b/todolist/memory_printer.go new file mode 100644 index 0000000..62eaa83 --- /dev/null +++ b/todolist/memory_printer.go @@ -0,0 +1,9 @@ +package todolist + +type MemoryPrinter struct { + Groups *GroupedTodos +} + +func (m *MemoryPrinter) Print(groupedTodos *GroupedTodos, printNotes bool) { + f.Groups = groupedTodos +} |
