aboutsummaryrefslogtreecommitdiffstats
path: root/memory_printer.go
blob: 62eaa83085ea64181a76c29a62c86a66530eed2c (plain)
1
2
3
4
5
6
7
8
9
package todolist

type MemoryPrinter struct {
	Groups *GroupedTodos
}

func (m *MemoryPrinter) Print(groupedTodos *GroupedTodos, printNotes bool) {
	f.Groups = groupedTodos
}