Versions in this module Expand all Collapse all v0 v0.7.0 Feb 15, 2026 Changes in this version + type Errors struct + Msg string + Wrapped []error + func Wrap(errs []error, msg string) Errors + func (e Errors) Error() string + func (e Errors) Unwrap() error