The operation was cancelled because the context was cancelled via its CancelFunc. Check with errors.Is(err, context.Canceled).
context.Canceled
go The operation was cancelled because the context was cancelled via its CancelFunc. Check with errors.Is(err, context.Canceled).