diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-19 15:04:41 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-19 15:04:41 +0100 |
commit | bd587a070753c3f95ff921c83939bdec3a1284b9 (patch) | |
tree | 391ba3c7ec71b648212a7c2e5ada77d79a39b161 /cmd | |
parent | 1db96177350b8d785be2728f3d44907c8998d7b0 (diff) |
restructure
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/main.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/main.go b/cmd/main.go new file mode 100644 index 0000000..525191f --- /dev/null +++ b/cmd/main.go @@ -0,0 +1,6 @@ +package main + +func main() { + //reader.ReadDML("/home/lemon/Documents/datamaps/input/datamap.csv") + //reader.ReadXLSX("/home/lemon/Documents/datamaps/input/A417%20Air%20Balloon_Q1%20Apr%20-%20June%202019_Return.xlsm") +} |