Skip to content

Commit

Permalink
rename various files
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Dec 4, 2020
1 parent cd21cb8 commit b7d822b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions app/spatial.go → app/database.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
package app

import (
_ "github.com/whosonfirst/go-whosonfirst-spatial/database/spatial"
)

import (
"context"
"flag"
Expand Down
2 changes: 1 addition & 1 deletion app/properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package app

import (
_ "github.com/whosonfirst/go-reader-http"
_ "github.com/whosonfirst/go-reader-whosonfirst-data"
_ "github.com/whosonfirst/go-reader-whosonfirst-data"
)

import (
Expand Down
1 change: 1 addition & 0 deletions cmd/spatial-cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"fmt"
geojson_utils "github.com/whosonfirst/go-whosonfirst-geojson-v2/utils"
"github.com/whosonfirst/go-whosonfirst-spatial/app"
_ "github.com/whosonfirst/go-whosonfirst-spatial/database/rtree"
"github.com/whosonfirst/go-whosonfirst-spatial/filter"
"github.com/whosonfirst/go-whosonfirst-spatial/flags"
log "log"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion database/spatial/rtree.go → database/rtree/rtree.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package spatial
package rtree

import (
"context"
Expand Down

0 comments on commit b7d822b

Please sign in to comment.