errors
Learn how to effectively handle Go errors
Learn what it means and how to detect the ‘connection reset by peer’ error
http
errors
Learn how to detect the ‘broken pipe’ error when writing an HTTP response
http
errors
Learn how to check if a HTTP client returns a request timeout error
http
errors
Learn how to check error type using errors.Is() and errors.As() functions
introduction
errors