package
0.0.0-20241212132234-0076f9e1ccd7
Repository: https://github.com/basecomplextech/baselibrary.git
Documentation: pkg.go.dev

# Functions

Panicf panics with a formatted message.
Recover wraps a panic into a *Error if e is not nil, includes the stack trace.
RecoverNoStack wraps a panic into a *Error if e is not nil, skips the stack trace.
RecoverStack wraps a panic into a *Error if e is not nil, includes the stack trace.

# Structs

Error wraps a panic into an error, by default includes the stack trace.