tracerr
Error utility
A utility library to format and handle errors with stack traces in Go programming language.
Golang errors with stack trace and source fragments.
1k stars
12 watching
40 forks
Language: Go
last commit: 6 months ago
Linked from 2 awesome lists
debugerror-handlingerrorserrors-loggogolangsource-mapstacktrace
Related projects:
Repository | Description | Stars |
---|---|---|
southclaws/fault | Provides an extensible error handling mechanism with structured metadata and composable error wrapping utilities. | 164 |
emperror/emperror | Tools and strategies for handling errors in Go applications | 342 |
getsentry/sentry-go | Provides a Go client for integrating error reporting and performance tracking into applications. | 922 |
thundr67/falcon | A package for efficiently handling errors in Go programs. | 11 |
samber/oops | Provides an error handling wrapper with contextual information and stack traces. | 437 |
neuronlabs/errors | Provides a simple and classified error handling system with advanced features like classification primitives and detailed error structures. | 6 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
ozgio/strutil | A collection of utility functions for string manipulation in Go applications. | 206 |
emperror/errors | Provides a unified error handling package with features from standard libraries and pkg/errors. | 198 |
rotisserie/eris | An error handling library with readable stack traces and flexible formatting support. | 1,500 |
kr1s77/abnormalities | Catches global exceptions and provides a callback mechanism to handle them | 5 |
cockroachdb/errors | Library providing a standardized way to handle and propagate errors across networked systems. | 2,118 |
rbrahul/exception | A utility package for exception handling with try-catch in Golang. | 31 |
joomcode/errorx | An error handling library designed to improve conventional approaches in Go by providing composable and expressive errors with debug information. | 1,181 |
1set/gut | A collection of reusable Go utility functions and tools. | 27 |