From 640249036f58f79493c9c995f337fc9a2c67c6cb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 22 Nov 2017 22:18:48 -0500 Subject: use an interface to avoid specifying *textproto.FIWriter everywhere --- ez.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ez.go') diff --git a/ez.go b/ez.go index 4c220b5..eca3494 100644 --- a/ez.go +++ b/ez.go @@ -2,12 +2,10 @@ package libfastimport import ( "strconv" - - "git.lukeshu.com/go/libfastimport/textproto" ) type ezfiw struct { - fiw *textproto.FIWriter + fiw fiWriter err error } -- cgit v1.2.3