aboutsummaryrefslogtreecommitdiff
path: root/network/protocol/pktline/encoder.go
diff options
context:
space:
mode:
Diffstat (limited to 'network/protocol/pktline/encoder.go')
-rw-r--r--network/protocol/pktline/encoder.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/protocol/pktline/encoder.go b/network/protocol/pktline/encoder.go
index 4c7dcd6e..dac3293e 100644
--- a/network/protocol/pktline/encoder.go
+++ b/network/protocol/pktline/encoder.go
@@ -16,6 +16,8 @@ type Encoder struct {
}
// NewEncoder creates an encoder over w.
+//
+// Labels: Deps-Borrowed.
func NewEncoder(w iowrap.WriteFlusher) *Encoder {
return &Encoder{
w: w,