Versions in this module Expand all Collapse all v1 v1.1.0 Feb 1, 2024 v1.0.1 Feb 1, 2024 Changes in this version + func Archive(task *Task) error + func Delete(task *Task) error + func DeleteArchived() error + func Done(task *Task) error + func Save() error + func Unarchive(task *Task) error + func Undone(task *Task) error + type Status int + const ACTIVE + const ARCHIVED + const DONE + type Task struct + BeginTime time.Time + DoneTime time.Time + Name string + Status Status + func Append(name string) (*Task, error) + type TaskList []*Task + func List() TaskList