//
pkg.gl
Category
github.com/neocotic/go-problem
internal
stack
package
0.1.0
Repository:
https://github.com/neocotic/go-problem.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
79 SLOC
#
Functions
Capture
Capture captures a stack trace, skipping the given number of frames.
NewFormatter
NewFormatter returns a new Formatter.
Take
Take captures the current stack trace and returns its string representation.
#
Structs
Formatter
Formatter is responsible for formatting a stack trace into a readable string representation.
Stack
Stack is a captured stack trace.