You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation specifies that DialReadTimeout can be identified by checking for the string "io/timeout" in the Error() value. This could never work, as the string provided by os.ErrDeadlineExceeded is "i/o timeout".