diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-23 21:19:15 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-23 21:19:15 +0100 |
commit | 3b82b7463987ff637530cb403b6d294978bbd115 (patch) | |
tree | b0e67a636009f9454beb7b9cf34c59f3f04b0743 /.gitignore | |
parent | 576f3ce5353e1e8064959cb4c61f80a78a988a6f (diff) |
linting and go vetting
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2,6 +2,5 @@ .idea/* reader/testdata/test.db go.sum -dm -main -datamaps +/datamaps +pkg/datamaps/testdata/test.db |