errors.go 77 B

12345
  1. package task
  2. import "errors"
  3. var ErrCanceled = errors.New("Task canceled")