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 --------- 1 file changed, 9 deletions(-) delete mode 100644 memory_printer.go (limited to '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 -} -- cgit v1.3