Generated documentation outline
Selected go guides
The fixed, symbol-backed guide plan used by this isolated hosted publication Flyte canary.
Accumulate and inspect multiple errors
Accumulate errors, return nil when appropriate, and inspect wrapped errors.
- Document type:
how_to - Source symbols:
github.com/hashicorp/go-multierror.Append,github.com/hashicorp/go-multierror.Error.ErrorOrNil,github.com/hashicorp/go-multierror.Error.WrappedErrors
Collect concurrent errors with Group
Run concurrent work with Group and collect returned non-nil errors after all work completes.
- Document type:
guide - Source symbols:
github.com/hashicorp/go-multierror.Group.Go,github.com/hashicorp/go-multierror.Group.Wait