Rename project again

This commit is contained in:
tidwall 2021-02-07 17:29:30 -07:00
parent 44647fb8e8
commit 22ac750bcf
4 changed files with 4 additions and 5 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/tidwall/rtreed
module github.com/tidwall/rtred
go 1.15

1
go.sum
View File

@ -1,3 +1,2 @@
github.com/tidwall/rtree v1.2.6 h1:Q4FhJZId5k22IYsZ55Bz8nNo4Z9LyyOzWb+WIwc1vdM=
github.com/tidwall/tinyqueue v0.1.1 h1:SpNEvEggbpyN5DIReaJ2/1ndroY8iyEGxPYxoSaymYE=
github.com/tidwall/tinyqueue v0.1.1/go.mod h1:O/QNHwrnjqr6IHItYrzoHAKYhBkLI67Q096fQP5zMYw=

View File

@ -1,10 +1,10 @@
package rtreed
package rtred
import (
"math"
"sync"
"github.com/tidwall/rtreed/base"
"github.com/tidwall/rtred/base"
)
type Iterator func(item Item) bool

View File

@ -1,4 +1,4 @@
package rtreed
package rtred
import (
"fmt"