Skip to content

Commit

Permalink
Merge pull request #97 from sourcegraph/multierror-internal
Browse files Browse the repository at this point in the history
multierror: move to internal package
  • Loading branch information
camdencheek committed Feb 25, 2023
2 parents e2914e5 + 4d3065d commit 7b8c8f2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion iter/map.go
Expand Up @@ -3,7 +3,7 @@ package iter
import (
"sync"

"github.com/sourcegraph/conc/multierror"
"github.com/sourcegraph/conc/internal/multierror"
)

// Mapper is an Iterator with a result type R. It can be used to configure
Expand Down
2 changes: 1 addition & 1 deletion pool/error_pool.go
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"sync"

"github.com/sourcegraph/conc/multierror"
"github.com/sourcegraph/conc/internal/multierror"
)

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

0 comments on commit 7b8c8f2

Please sign in to comment.