aboutsummaryrefslogtreecommitdiffstats
path: root/formats/pktline/encoder.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-05-19 16:44:59 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2016-05-19 16:44:59 +0200
commit25077df01588b54ec097ce3f99db6672c5a59463 (patch)
tree49f7b64f4164d19260ba848c5faca366b75438d1 /formats/pktline/encoder.go
parent08f9e7015aad2ca768638b446fb8632f11601899 (diff)
downloadgo-git-25077df01588b54ec097ce3f99db6672c5a59463.tar.gz
documentation
Diffstat (limited to 'formats/pktline/encoder.go')
-rw-r--r--formats/pktline/encoder.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/formats/pktline/encoder.go b/formats/pktline/encoder.go
index dfa53e2..bd0ab75 100644
--- a/formats/pktline/encoder.go
+++ b/formats/pktline/encoder.go
@@ -7,6 +7,7 @@ import (
)
var (
+ //ErrOverflow happends when the line length exceed the MaxLength
ErrOverflow = errors.New("unexpected string length (overflow)")
)