diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-07-28 21:52:09 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-07-28 21:52:09 +0100 |
commit | 0d167f86229e1acdec10e28facddd514ee8dfcb3 (patch) | |
tree | dff4eefd2bc1b2c199cac7667cd457b4377a0c5d /cmd/datamaps/main.go | |
parent | c9d9d3b6a67a5ed88cbb0eb63799725188d98b35 (diff) |
tidying and linting
Diffstat (limited to 'cmd/datamaps/main.go')
-rw-r--r-- | cmd/datamaps/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/datamaps/main.go b/cmd/datamaps/main.go index 9a5968a..0c1862d 100644 --- a/cmd/datamaps/main.go +++ b/cmd/datamaps/main.go @@ -1,4 +1,4 @@ -/* datamaps is a simple tool to extract from and send data to spreadsheets. +/*datamaps is a simple tool to extract from and send data to spreadsheets. */ package main |