package
0.0.0-20211209175121-4e18fe87588a
Repository: https://github.com/mavolin/adam.git
Documentation: pkg.go.dev
# Functions
GenerateStackTrace generates a StackTrace.
WithStack wraps the passed error into a StackError and attaches the stack trace of the caller to it.
# Structs
StackError is a wrapper error that provides a stacktrace for the error.
# Type aliases
Frame represents a program counter inside a stack frame.
StackTrace is stack of Frames from innermost (newest) to outermost (oldest).