diff options
Diffstat (limited to 'memory_printer.go')
| -rw-r--r-- | memory_printer.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/memory_printer.go b/memory_printer.go deleted file mode 100644 index 62eaa83..0000000 --- a/memory_printer.go +++ /dev/null @@ -1,9 +0,0 @@ -package todolist - -type MemoryPrinter struct { - Groups *GroupedTodos -} - -func (m *MemoryPrinter) Print(groupedTodos *GroupedTodos, printNotes bool) { - f.Groups = groupedTodos -} |
