Documentation ¶ Index ¶ func Split(joinedErrs error) (errs []error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Split ¶ func Split(joinedErrs error) (errs []error) Split returns a slice of errors which were joined with errors.Join. The returned errs slice will also include elements for any nested wrapped errors contained by the joined errors. Types ¶ This section is empty. Source Files ¶ View all Source files split.go Click to show internal directories. Click to hide internal directories.