mirror of
https://github.com/docker/compose.git
synced 2026-06-29 20:56:07 +00:00
The go-multierror Group is just a shallow wrapper around sync.WaitGroup; https://github.com/hashicorp/go-multierror/blob/v1.1.1/group.go#L5-L38 This patch replaces the go-multierror.Group for a sync.WaitGroup (we probably don't need to limit concurrency for this one) and stdlib multi- errors. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
|---|---|---|
| .. | ||
| attributes.go | ||
| attributes_test.go | ||
| docker_context.go | ||
| errors.go | ||
| keyboard_metrics.go | ||
| mux.go | ||
| tracing.go | ||
| tracing_test.go | ||
| wrap.go | ||