Versions in this module Expand all Collapse all v0 v0.0.7 Dec 5, 2024 Changes in this version + var DEBUG = false + func Cleanmodulepath(p string) string + type FuncCallerInfo struct + func GetFuncCallerInfo(skips ...int) FuncCallerInfo + func (fci FuncCallerInfo) String() string + type StackError struct + St FuncCallerInfo + func Errorf(format string, args ...interface{}) *StackError + func Wrap(err error, skips ...int) *StackError + func (s *StackError) Format(f fmt.State, c rune) + func (s *StackError) Stack() FuncCallerInfo + func (s *StackError) Underlying() error + func (s *StackError) Unwrap() error