package
0.0.0-20250114223410-f64633da4fd4
Repository: https://github.com/rogpeppe/misc.git
Documentation: pkg.go.dev

# Functions

Callers returns the stack trace of the goroutine that called it, starting n entries above the caller of Callers, as a space-separated list of filename:line-number pairs with no new lines.
PrintStack prints to standard error the stack trace returned by Stack.
Stack returns a formatted stack trace of the goroutine that calls it.