package evaluation // Maybe a task in the project management system type Task struct { id int name string description string status string }