package work type Work struct { Data []byte Err error } func (w *Work) Error() error { return w.Err }