Effective Error Handling in Golang

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • errors

    Go stdlib errors package extension. (by tlog-dev)

  • I want to add that when wrapping error you should add function name you've called not function name you are in. Caller of your function already knows what he is called and he'll wrap it if he needs to. Or even better use human message and function name you can get out of Program Counter attached to the error. Non-stdlib errors package can do that (I use my own).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • errors alternatives - tracerr and err2

    3 projects | 6 Dec 2023
  • Will go ever get C/Java style exceptions?

    2 projects | /r/golang | 5 Feb 2023
  • Go errors but structured and composable. Fault provides an extensible yet ergonomic mechanism for wrapping errors

    4 projects | /r/golang | 30 Oct 2022
  • ProblemDetails: Error Handler base on RFC 7807 standard for Go.

    1 project | /r/coolgithubprojects | 21 Oct 2022
  • ProblemDetails: Error Handler base on RFC 7807 standard for Go.

    1 project | /r/golang | 21 Oct 2022