aboutsummaryrefslogtreecommitdiff
path: root/network/protocol/pktline
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 03:41:50 +0000
committerGravatar Runxi Yu2026-03-29 03:41:50 +0000
commitce2c61a27760afd70763248be236277b063445f6 (patch)
treebb36887479c83dfaf1403265ad8750a7d9a1cdd2 /network/protocol/pktline
parentnetwork/protocol: Add more contract labels (diff)
signatureNo signature
network/protocol: Deps-Borrowed where appropriate
Diffstat (limited to 'network/protocol/pktline')
-rw-r--r--network/protocol/pktline/decoder.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/protocol/pktline/decoder.go b/network/protocol/pktline/decoder.go
index 898d8ad6..7492994e 100644
--- a/network/protocol/pktline/decoder.go
+++ b/network/protocol/pktline/decoder.go
@@ -28,6 +28,8 @@ type Decoder struct {
}
// NewDecoder creates a decoder over r.
+//
+// Labels: Deps-Borrowed.
func NewDecoder(r io.Reader, opts ReadOptions) *Decoder {
return &Decoder{
r: r,