Closed arashpayan closed 11 months ago
It was added to be compatible with os.IsTimeout() but that is no longer necessary now that errors.Is() exists.
os.IsTimeout()
errors.Is()
Resolved in PR #17
It was added to be compatible with
os.IsTimeout()
but that is no longer necessary now thaterrors.Is()
exists.