package
1.2.0
Repository: https://github.com/qioalice/gext.git
Documentation: pkg.go.dev

# Functions

GetStackTrace returns the stack trace as StackFrame object's slice, that have specified 'depth' and starts from 'skip' depth level.

# Structs

StackFrame represents one stack level (frame/item).

# Type aliases

StackTrace is the slice of StackFrames, nothing more.