diff options
| author | 2026-03-29 03:52:39 +0000 | |
|---|---|---|
| committer | 2026-03-29 03:52:39 +0000 | |
| commit | f50338570adee19a64d7a83105b5a9ff30df84f2 (patch) | |
| tree | f75e731039cc54bf65cd50f747a09ca9eac76f70 /network/receivepack | |
| parent | network: Fix labels (diff) | |
| signature | No signature | |
*: Add Life-Parent for Deps-Borrowed where appropriate
Diffstat (limited to 'network/receivepack')
| -rw-r--r-- | network/receivepack/service/service.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/receivepack/service/service.go b/network/receivepack/service/service.go index 0538cf73..0d931b64 100644 --- a/network/receivepack/service/service.go +++ b/network/receivepack/service/service.go @@ -7,7 +7,7 @@ type Service struct { // New creates one receive-pack service. // -// Labels: Deps-Borrowed. +// Labels: Deps-Borrowed, Life-Parent. func New(opts Options) *Service { return &Service{opts: opts} } |
