aboutsummaryrefslogtreecommitdiffstats
path: root/formats/pktline/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'formats/pktline/doc.go')
-rw-r--r--formats/pktline/doc.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/formats/pktline/doc.go b/formats/pktline/doc.go
index 0ae22e3..555a073 100644
--- a/formats/pktline/doc.go
+++ b/formats/pktline/doc.go
@@ -51,6 +51,8 @@ package pktline
// https://github.com/git/git/blob/master/Documentation/technical/protocol-common.txt
const (
+ // HeaderLength length of the pktline header
HeaderLength = 4
- MaxLength = 65524
+ // MaxLength max line length
+ MaxLength = 65524
)