summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index c6799f7..e2da4cd 100644
--- a/main.go
+++ b/main.go
@@ -7,6 +7,7 @@ import (
"log"
"os"
"strings"
+ "time"
"github.com/jszwec/csvutil"
)
@@ -159,7 +160,7 @@ func run() error {
return err
}
- return writeVerbatim()
+ return write(cfg)
}
func main() {