Error handling seems to be a recurring theme in go, but most proposals get nowhere

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • sequitur

    Sequitur is a simple way of handling errors in Go. (by fluxynet)

    If anyone is curious, my experiment: https://github.com/fluxynet/sequitur

  • go

    The Go programming language

    It has been brought into discussion already, but unfortunately it was rejected.

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

  • errors

    Discontinued Simple error handling primitives

    Check this out: https://github.com/pkg/errors . There are also many other packages that do something similar, with varying degrees of fanciness in how they output the stack trace.

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