diff options
| author | 2026-03-29 03:52:39 +0000 | |
|---|---|---|
| committer | 2026-03-29 03:52:39 +0000 | |
| commit | f50338570adee19a64d7a83105b5a9ff30df84f2 (patch) | |
| tree | f75e731039cc54bf65cd50f747a09ca9eac76f70 /object/fetch/fetcher.go | |
| parent | network: Fix labels (diff) | |
| signature | No signature | |
*: Add Life-Parent for Deps-Borrowed where appropriate
Diffstat (limited to 'object/fetch/fetcher.go')
| -rw-r--r-- | object/fetch/fetcher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/fetch/fetcher.go b/object/fetch/fetcher.go index 895b32f7..6bee86a8 100644 --- a/object/fetch/fetcher.go +++ b/object/fetch/fetcher.go @@ -11,7 +11,7 @@ type Fetcher struct { // New returns a Fetcher that reads objects from store. // -// Labels: Deps-Borrowed. +// Labels: Deps-Borrowed, Life-Parent. func New(store objectstore.ReadingStore) *Fetcher { return &Fetcher{store: store} } |
