Added Go module

This commit is contained in:
tidwall 2021-01-25 14:54:19 -07:00
parent 32188eeb08
commit 52b0a70744
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/tidwall/rtree
go 1.15
require github.com/tidwall/tinyqueue v0.1.1

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/tidwall/tinyqueue v0.1.1 h1:SpNEvEggbpyN5DIReaJ2/1ndroY8iyEGxPYxoSaymYE=
github.com/tidwall/tinyqueue v0.1.1/go.mod h1:O/QNHwrnjqr6IHItYrzoHAKYhBkLI67Q096fQP5zMYw=