Skip to content

Commit 7b8c8f2

Browse files
authored
Merge pull request #97 from sourcegraph/multierror-internal
multierror: move to internal package
2 parents e2914e5 + 4d3065d commit 7b8c8f2

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

iter/map.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package iter
33
import (
44
"sync"
55

6-
"github.com/sourcegraph/conc/multierror"
6+
"github.com/sourcegraph/conc/internal/multierror"
77
)
88

99
// Mapper is an Iterator with a result type R. It can be used to configure

pool/error_pool.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"sync"
66

7-
"github.com/sourcegraph/conc/multierror"
7+
"github.com/sourcegraph/conc/internal/multierror"
88
)
99

1010
// ErrorPool is a pool that runs tasks that may return an error.

0 commit comments

Comments
 (0)