package
1.270.4
Repository: https://github.com/tnngo/lad.git
Documentation: pkg.go.dev

# Functions

Capture captures a stack trace of the specified depth, skipping the provided number of frames.
NewFormatter builds a new Formatter.
Take returns a string representation of the current stacktrace.

# Constants

First captures only the first frame.
Full captures the entire call stack, allocating more storage for it if needed.

# Structs

Formatter formats a stack trace into a readable string representation.
Stack is a captured stack trace.

# Type aliases

Depth specifies how deep of a stack trace should be captured.