Versions in this module Expand all Collapse all v2 v2.0.1 Mar 24, 2021 v2.0.0 Mar 22, 2021 Changes in this version + func AppendError(err error, errs *[]error) + func CollectErrors(sep string, errs ...error) error + func FailOnError(err error) + func FailOnErrorF(template string, args ...interface{}) + func WrapError(err error, errSeparator, msg string, args ...interface{}) error + type ErrorContainer struct + func NewErrorContainer() *ErrorContainer + func (ec *ErrorContainer) AddError(err error) + func (ec *ErrorContainer) AddErrorF(msg string, args ...interface{}) + func (ec *ErrorContainer) Result(sep string) error Other modules containing this package github.com/breathbath/go_utils/v3