Skip to content

Commit

Permalink
multierror: move to internal package
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Feb 25, 2023
1 parent e2914e5 commit 4d3065d
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 4d3065d

Please sign in to comment.