Versions in this module Expand all Collapse all v1 v1.1.2 Jul 21, 2024 v1.1.1 May 14, 2024 v1.1.0 May 11, 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