We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2914e5 + 4d3065d commit 7b8c8f2Copy full SHA for 7b8c8f2
multierror/multierror_go119.go internal/multierror/multierror_go119.gomultierror/multierror_go119.go renamed to internal/multierror/multierror_go119.go
multierror/multierror_go120.go internal/multierror/multierror_go120.gomultierror/multierror_go120.go renamed to internal/multierror/multierror_go120.go
iter/map.go
@@ -3,7 +3,7 @@ package iter
3
import (
4
"sync"
5
6
- "github.com/sourcegraph/conc/multierror"
+ "github.com/sourcegraph/conc/internal/multierror"
7
)
8
9
// Mapper is an Iterator with a result type R. It can be used to configure
pool/error_pool.go
@@ -4,7 +4,7 @@ import (
"context"
10
// ErrorPool is a pool that runs tasks that may return an error.
0 commit comments