Multiple error wrapping is coming in Go 1.20

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
  • go

    The Go programming language

  • The proposed implementation is almost exactly as you described. https://github.com/golang/go/blob/0fd7be7ee5f36215b5d6b8f23f35d60bf749805a/src/errors/join.go

  • go-multierror

    A Go (golang) package for representing a list of errors as a single error.

  • 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
  • multierr

    Combine one or more Go errors together

  • The only remaining use-case I see here looks like https://github.com/uber-go/multierr , maybe useful in concurrent scenarios. But on my side this is rather anecdotical, and anyway already addressed by a well documented and tested third party.

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

  • What am I supposed to be doing with errors?

    2 projects | /r/golang | 22 Dec 2022
  • mdobak/go-xerrors: Yet another error handling library.

    5 projects | /r/golang | 30 Sep 2022
  • When ia a good time to panic?

    2 projects | /r/golang | 7 Sep 2022
  • Go: Don't Change the Libraries in 1.18

    4 projects | news.ycombinator.com | 17 Oct 2021
  • Error handling seems to be a recurring theme in go, but most proposals get nowhere

    3 projects | /r/golang | 14 Sep 2021