Versions in this module Expand all Collapse all v0 v0.0.1 Jul 17, 2024 Changes in this version + type Error interface + func Errorf(format string, args ...interface{}) Error + func New(msg string) Error + func WithStack(err error) Error + func Wrap(err error, msg string) Error + func Wrapf(err error, format string, args ...interface{}) Error