aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/datamaps/reader.go
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-07-23 21:19:15 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-07-23 21:19:15 +0100
commit3b82b7463987ff637530cb403b6d294978bbd115 (patch)
treeb0e67a636009f9454beb7b9cf34c59f3f04b0743 /pkg/datamaps/reader.go
parent576f3ce5353e1e8064959cb4c61f80a78a988a6f (diff)
linting and go vetting
Diffstat (limited to '')
-rw-r--r--pkg/datamaps/reader.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/datamaps/reader.go b/pkg/datamaps/reader.go
index b67ad3c..7479206 100644
--- a/pkg/datamaps/reader.go
+++ b/pkg/datamaps/reader.go
@@ -1,6 +1,5 @@
-/*
-reader reads datamap files and populated spreadsheets
-*/
+// Pack datmamaps handles datamap files and populated spreadsheets.
+
package datamaps
import (
@@ -13,6 +12,7 @@ import (
"path/filepath"
"strings"
+ // Required for the sqlite3 driver
_ "github.com/mattn/go-sqlite3"
"github.com/tealeg/xlsx"