Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stacktrace ¶
type Stacktrace struct {
Frames []Frame
}
func Capture ¶
func Capture(userSkip int) Stacktrace
Caputure captures a stacktrace for the current calling go program
skip is the number of frames to skip
Click to show internal directories.
Click to hide internal directories.