Uhoh

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

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

    Golang advanced error usage with stack tracing

  • Hey everyone. I have had the need to log stack tracing for my errors. I wanted to know if anyone else feels the same way. I built a simple error package that will set stack trace values and has methods for outputting to map string and json. Let me know if you think this is valuable or if there is anything else you would add or change to it. https://github.com/brianvoe/uhoh

  • errors

    Discontinued Simple error handling primitives

  • I think "github.com/pkg/errors" does this quite good actually.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • panicparse

    Crash your app in style (Golang)

  • We have a similar internal package where we can add per stack variables / context. We use https://github.com/maruel/panicparse to get a structured stacktrace, then append to that, and the whole json blob ships to Sentry. I think it's awesome and has almost completely eliminated any need for logging.

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