Open keithmattix opened 1 month ago
Golang already has os.ErrDeadlineExceeded which exactly maps to the "io/timeout". This library should use that instead of creating a custom error type
os.ErrDeadlineExceeded
Golang already has
os.ErrDeadlineExceeded
which exactly maps to the "io/timeout". This library should use that instead of creating a custom error type