Versions in this module Expand all Collapse all v0 v0.0.2 Aug 24, 2022 Changes in this version type MultiError + func (me MultiError) Unwrap() error v0.0.1 Aug 15, 2022 Changes in this version + func Append(oldErr error, newErr error) error + type MultiError []error + func (me MultiError) Error() string + func (me MultiError) Is(target error) bool