chore: Changed project names for the GitHub release

This commit is contained in:
Nicholas Novak
2023-12-13 23:48:53 -08:00
parent 85f56e55ae
commit 6fa03619ee
16 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
package server
import (
"git.nicholasnovak.io/nnovak/spatial-db/storage"
"git.nicholasnovak.io/nnovak/spatial-db/world"
"github.com/NickyBoy89/spatial-db/storage"
"github.com/NickyBoy89/spatial-db/world"
log "github.com/sirupsen/logrus"
)
+2 -2
View File
@@ -6,8 +6,8 @@ import (
"os"
"path/filepath"
"git.nicholasnovak.io/nnovak/spatial-db/storage"
"git.nicholasnovak.io/nnovak/spatial-db/world"
"github.com/NickyBoy89/spatial-db/storage"
"github.com/NickyBoy89/spatial-db/world"
)
type InMemoryServer struct {
+2 -2
View File
@@ -7,8 +7,8 @@ import (
"os"
"path/filepath"
"git.nicholasnovak.io/nnovak/spatial-db/storage"
"git.nicholasnovak.io/nnovak/spatial-db/world"
"github.com/NickyBoy89/spatial-db/storage"
"github.com/NickyBoy89/spatial-db/world"
)
const fileCacheSize = 8