diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-05-19 16:44:59 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-05-19 16:44:59 +0200 |
commit | 25077df01588b54ec097ce3f99db6672c5a59463 (patch) | |
tree | 49f7b64f4164d19260ba848c5faca366b75438d1 /formats/pktline/doc.go | |
parent | 08f9e7015aad2ca768638b446fb8632f11601899 (diff) | |
download | go-git-25077df01588b54ec097ce3f99db6672c5a59463.tar.gz |
documentation
Diffstat (limited to 'formats/pktline/doc.go')
-rw-r--r-- | formats/pktline/doc.go | 4 |
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 ) |