Versions in this module Expand all Collapse all v1 v1.2.7 Sep 11, 2021 v1.2.6 May 15, 2021 v1.2.5 May 9, 2021 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