diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-12-06 17:03:59 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-12-06 17:03:59 +0000 |
commit | 4c6a364551196833aef9d4ad74ec29510f5068ae (patch) | |
tree | ed30bf98c6159a87fa51616aa4cca1431802b2a1 /cmd/datamaps | |
parent | c4e2c664a5f7488ab11e4433aeb9efcffc33a871 (diff) |
ridded of extranneous pkg directory
Diffstat (limited to 'cmd/datamaps')
-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 66f78a0..e9e34f6 100644 --- a/cmd/datamaps/main.go +++ b/cmd/datamaps/main.go @@ -8,7 +8,7 @@ import ( "net/http" "os" - "github.com/yulqen/datamaps-go/pkg/datamaps" + "github.com/yulqen/datamaps-go/datamaps" ) func main() { |