package
1.13.2
Repository: https://github.com/bit2pixel/fx.git
Documentation: pkg.go.dev

# Functions

Caller returns the formatted calling func name.
CallerStack returns the call stack for the calling function, up to depth frames deep, skipping the provided number of frames, not including Callers itself.
FuncName returns a funcs formatted name.
ReturnTypes takes a func and returns a slice of string'd types.

# Structs

Frame holds information about a single frame in the call stack.

# Type aliases

Stack is a stack of call frames.