aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/printer.go
blob: 805cc6eafcb71898fe4543148df0158b70cb8759 (plain)
1
2
3
4
5
package todolist

type Printer interface {
	Print(*GroupedTodos, bool)
}