From b393a332bef9847cc634f35be1ac8ffe54425d1d Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Tue, 3 Oct 2017 07:24:46 -0400 Subject: Wrong file location --- todolist/memory_printer.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 todolist/memory_printer.go (limited to 'todolist') 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 +} -- cgit v1.3