Golang already has `os.ErrDeadlineExceeded` which exactly maps to the "io/timeout". This library should use that instead of creating a custom error type
Golang already has
os.ErrDeadlineExceededwhich exactly maps to the "io/timeout". This library should use that instead of creating a custom error type