package
2.3.5+incompatible
Repository: https://github.com/mailgun/holster.git
Documentation: pkg.go.dev

# Functions

FuncName given a runtime function spec returns a short function name in format `<package name>.<function name>` or if the function has a receiver in format `<package name>.(<receiver>).<function name>`.
No description provided by the author
Returns Caller information on the first frame in the stack trace.
Returns the current goroutine id logrus.Infof("[%d] Info about this go routine", stack.GoRoutineID()).
Creates a new Stack{} struct from current stack minus 'skip' number of frames.

# Structs

No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

stack represents a stack of program counters.