Skip to content

Commit 36e307e

Browse files
committed
Update the source code to use the abstraction provided by the go-pipe dependency
1 parent 9849429 commit 36e307e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

git/batch_obj_iter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"fmt"
77
"io"
88

9-
"github.com/github/git-sizer/internal/pipe"
9+
"github.com/github/go-pipe/pipe"
1010
)
1111

1212
type ObjectRecord struct {

git/obj_iter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"fmt"
77
"io"
88

9-
"github.com/github/git-sizer/internal/pipe"
9+
"github.com/github/go-pipe/pipe"
1010
)
1111

1212
// ObjectIter iterates over objects in a Git repository.

git/ref_iter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"fmt"
77
"io"
88

9-
"github.com/github/git-sizer/internal/pipe"
9+
"github.com/github/go-pipe/pipe"
1010
)
1111

1212
// ReferenceIter is an iterator that interates over references.

0 commit comments

Comments
 (0)