diff options
| author | 2026-03-29 03:41:50 +0000 | |
|---|---|---|
| committer | 2026-03-29 03:41:50 +0000 | |
| commit | ce2c61a27760afd70763248be236277b063445f6 (patch) | |
| tree | bb36887479c83dfaf1403265ad8750a7d9a1cdd2 /network/protocol/pktline | |
| parent | network/protocol: Add more contract labels (diff) | |
| signature | No signature | |
network/protocol: Deps-Borrowed where appropriate
Diffstat (limited to 'network/protocol/pktline')
| -rw-r--r-- | network/protocol/pktline/decoder.go | 2 |
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, |
