1 مستودع
Printing detailed stack trace information using standard formatting verbs.
Distinct from Stack Trace Generation: Distinct from Stack Trace Generation: focuses on printing via formatting verbs, not capturing the stack.
Explore 1 awesome GitHub repository matching software engineering & architecture · Format Verb Stack Printers. Refine with filters or upvote what's useful.
pkg/errors is a Go library that provides primitives for creating, annotating, and inspecting errors with stack traces and contextual information. Its core identity centers on capturing the call stack at the point of error creation or wrapping, preserving that information for later debugging and root cause analysis. The library distinguishes itself through a set of tightly integrated capabilities for error handling. It supports wrapping errors with descriptive messages while recording a new stack trace at the wrapping point, annotating existing errors with either a message or a stack trace ind
Prints detailed stack trace information using standard formatting verbs.