package
0.1.2
Repository: https://github.com/jcdotter/go.git
Documentation: pkg.go.dev

# Functions

Caller returns a frame from the stacktrace, skipping the number of frames specified by skip.
NewStack returns a new stack of the specified depth.
NewStackPool constructs a new StackPool.

# Variables

No description provided by the author

# Structs

Frame is a record from the stacktrace.
Stack is a stack of program counters used to identify the caller of a log.
StackPool is a type-safe wrapper around a sync.Pool.