Versions in this module Expand all Collapse all v1 v1.0.5 Dec 2, 2024 v1.0.4 Dec 2, 2024 v1.0.3 Dec 2, 2024 v1.0.2 Dec 1, 2024 Changes in this version + type DayStats struct + ByClassification map[TaskClassification]time.Duration + Total time.Duration + type Task struct + Classification TaskClassification + Description string + End time.Time + ID int + Start time.Time + type TaskClassification int + const Break + const Chore + const Toil + const Work + func (tc TaskClassification) String() string