Versions in this module Expand all Collapse all v1 v1.0.0 Apr 20, 2025 Changes in this version + func Recover() + func RecoverStackWithoutLF() + func Stack(calldepth int) []byte + func StackErrorf(msg string, args ...interface{}) error + func StackWithoutLF(calldepth int) string + type Error interface + func Errorf(format string, args ...interface{}) Error + func New(msg string) Error + func WithStack(err error) Error + func Wrap(err error, format string, args ...interface{}) Error + func Wrapf(err error, format string, args ...interface{}) Error + type StackError interface + Error func() string + StackTrace func() string