aboutsummaryrefslogtreecommitdiffstats
path: root/memory_printer.go
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2017-10-03 07:24:46 -0400
committerGrant Ammons <gammons@gmail.com>2017-10-03 07:24:46 -0400
commitb393a332bef9847cc634f35be1ac8ffe54425d1d (patch)
treeaaf3ae3f2d9c065abafc2a0bc2b7addd9264d631 /memory_printer.go
parent08deecf1954f6cf748812057ba5cdd9a0425bfc9 (diff)
Wrong file location
Diffstat (limited to 'memory_printer.go')
-rw-r--r--memory_printer.go9
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
-}