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 --- memory_printer.go | 9 --------- todolist/memory_printer.go | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 memory_printer.go create mode 100644 todolist/memory_printer.go 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 -} 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