package workerpool type Worker struct { ID int taskChan chan *Task }