# Functions

Caputure captures a stacktrace for the current calling go program skip is the number of frames to skip.
NewFrame returns a new stack frame for the provided information.

# Structs

Frame contains all the information for a stack frame within a go program.
No description provided by the author