diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-07-26 15:49:36 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-07-26 15:49:36 +0100 |
commit | 4c29ab5529faccf927fb48e1883f8ec1b0464a05 (patch) | |
tree | 2467758b5f1ae7c6cc6b3c370b19a6cb435be370 /cmd | |
parent | 9a7852a83aaecb8f203fdba6805a9b1b264ae923 (diff) |
tweaking doc comments
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/datamaps/main.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cmd/datamaps/main.go b/cmd/datamaps/main.go index 7841e95..5360def 100644 --- a/cmd/datamaps/main.go +++ b/cmd/datamaps/main.go @@ -1,6 +1,5 @@ -/* -datamaps-go 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 import ( |