aboutsummaryrefslogtreecommitdiff
path: root/network/protocol/pktline/decoder.go
diff options
context:
space:
mode:
Diffstat (limited to 'network/protocol/pktline/decoder.go')
-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,