Versions in this module Expand all Collapse all v0 v0.0.1 May 17, 2022 Changes in this version + func Chain(fns ...func() error) error + type AtomicError struct + func (ae *AtomicError) Load() error + func (ae *AtomicError) Set(err error) + type BatchError struct + func (be *BatchError) Add(errs ...error) + func (be *BatchError) Err() error + func (be *BatchError) NotNil() bool