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.
1 parent 9849429 commit 36e307eCopy full SHA for 36e307e
git/batch_obj_iter.go
@@ -6,7 +6,7 @@ import (
6
"fmt"
7
"io"
8
9
- "github.com/github/git-sizer/internal/pipe"
+ "github.com/github/go-pipe/pipe"
10
)
11
12
type ObjectRecord struct {
git/obj_iter.go
// ObjectIter iterates over objects in a Git repository.
git/ref_iter.go
// ReferenceIter is an iterator that interates over references.
0 commit comments