summaryrefslogtreecommitdiff
path: root/textproto/io.go
diff options
context:
space:
mode:
Diffstat (limited to 'textproto/io.go')
-rw-r--r--textproto/io.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproto/io.go b/textproto/io.go
index 8350021..09f36d7 100644
--- a/textproto/io.go
+++ b/textproto/io.go
@@ -10,6 +10,9 @@ import (
type FIReader struct {
r *bufio.Reader
+
+ line *string
+ err error
}
func NewFIReader(r io.Reader) *FIReader {