From 95e5a88404083597340fd76d9e83707f45103bf9 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 03:46:47 +0000 Subject: network/protocol: Constructors get Life-Parent too --- network/protocol/pktline/encoder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network/protocol/pktline/encoder.go') diff --git a/network/protocol/pktline/encoder.go b/network/protocol/pktline/encoder.go index dac3293e..ab8bb823 100644 --- a/network/protocol/pktline/encoder.go +++ b/network/protocol/pktline/encoder.go @@ -17,7 +17,7 @@ type Encoder struct { // NewEncoder creates an encoder over w. // -// Labels: Deps-Borrowed. +// Labels: Deps-Borrowed, Life-Parent. func NewEncoder(w iowrap.WriteFlusher) *Encoder { return &Encoder{ w: w, -- cgit v1.3.1-10-gc9f91