Versions in this module Expand all Collapse all v1 v1.0.0 Sep 18, 2025 Changes in this version + type ErrorList struct + Errs []error + func NewErrorList(errs ...error) *ErrorList + func (el *ErrorList) Aggregate() error + func (el *ErrorList) Append(errs ...error) *ErrorList