Versions in this module Expand all Collapse all v1 v1.5.11 Jun 3, 2026 Changes in this version + type ErrorCollector struct + Fmt string + Sep string + func NewErrorCollector() *ErrorCollector + func (e *ErrorCollector) Add(err error) + func (e *ErrorCollector) IsEmpty() bool + func (e *ErrorCollector) Join() error + func (e *ErrorCollector) WithFormat(format string) *ErrorCollector + func (e *ErrorCollector) WithSeparator(sep string) *ErrorCollector v1.5.10-test Jun 3, 2026