Go'ing Insane: Endless Error Handling

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

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

    The Go programming language

    The problem with try was that it discourages adding additional context to errors and obfuscates the control flow in nested scenarios: https://github.com/golang/go/issues/32825

  • ocaml

    The core OCaml system: compilers, runtime system, base libraries

    OCaml with the musl C library would like a word.

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

  • bflat

    C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)

    Check this out. I know its a toy, but the main code is actually already on the dotnet repos. bflat

  • Gin

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

    ASP.NET is a framework. Getting equivalent behavior in go with a similar framework is trivial. For example, using gin-gonic it's just r.Use(gin.Recovery()) for an arbitrary router r. Needless to say it allows logging too.

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