summaryrefslogtreecommitdiff
path: root/ezfiw.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-11-15 21:39:40 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-11-15 21:39:40 -0500
commitefc7a5ebc9e10983571c080017100a8b39eee1d0 (patch)
treeb11aea0aaefb6c16521b2433338ebe7d0440de14 /ezfiw.go
parent7675ebe9567bd7cae4306f484e3677bf88ba8b55 (diff)
more
Diffstat (limited to 'ezfiw.go')
-rw-r--r--ezfiw.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/ezfiw.go b/ezfiw.go
index 0143f48..03b4622 100644
--- a/ezfiw.go
+++ b/ezfiw.go
@@ -2,10 +2,12 @@ package libfastimport
import (
"strconv"
+
+ "git.lukeshu.com/go/libfastimport/textproto"
)
type ezfiw struct {
- fiw *FIWriter
+ fiw *textproto.FIWriter
err error
}