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 /pkg/datamaps/reader.go | |
parent | 9a7852a83aaecb8f203fdba6805a9b1b264ae923 (diff) |
tweaking doc comments
Diffstat (limited to 'pkg/datamaps/reader.go')
-rw-r--r-- | pkg/datamaps/reader.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/datamaps/reader.go b/pkg/datamaps/reader.go index d27d386..bc339e8 100644 --- a/pkg/datamaps/reader.go +++ b/pkg/datamaps/reader.go @@ -1,4 +1,5 @@ -// Pack datmamaps handles datamap files and populated spreadsheets. +/* datmamaps packages handles datamap files and populated spreadsheets. + */ package datamaps |