go-errors/errors
errors with stacktraces for go observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4241
- days_rel: n/a
- days_push: 962
- n_releases_24m: 0
Adoption not part of the score
1008 stars · 90 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library that adds stacktrace support to errors via an *Error type implementing the standard error interface. It is compatible with stdlib errors.Is/As/Join/Unwrap and was originally created for Bugsnag error reporting.
Use cases
- capture stack traces when errors occur in go
- debug unexpected error returns in go applications
- report errors with stacktraces to bugsnag
- wrap errors while keeping compatibility with stdlib errors.Is and errors.As
- print the call stack of an error in go
When to choose
- you need stacktraces attached to Go errors
- you want drop-in compatibility with the standard error interface
- you report errors to services like Bugsnag
When to avoid
- you only need simple error wrapping without stacktraces (use stdlib fmt.Errorf)
- you are on Go 1.20+ and only need errors.Join/Unwrap from the standard library
Facets
library · maturity stable
error-handling logging developer-tools developer-tools backend programming-languages go cross-platform stacktrace errors go-library debugging
5 sources
- readme: https://github.com/go-errors/errors · fetched 2026-08-28 · 1460e30a1909
- homepage: https://godoc.org/github.com/go-errors/errors · fetched 2026-08-29 · 26ce14bbbd33
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
- site_page: https://pkg.go.dev/github.com/go-errors/errors · fetched 2026-08-29 · 0c20e8611cd9
- site_page: https://go.dev/project · fetched 2026-08-29 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| go-errors/errors | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="go-errors/errors")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem