index
:
todolist.git
master
Simple GTD-style todo list for the command line.
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
todolist
/
printer.go
blob: 805cc6eafcb71898fe4543148df0158b70cb8759 (
plain
)
1
2
3
4
5
package
todolist
type
Printer
interface
{
Print
(*
GroupedTodos
,
bool
)
}