mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-05 16:06:57 +08:00
Rename the project to SugarDB. (#130)
Renames project to "SugarDB" - @kelvinmwinuka
This commit is contained in:
@@ -22,11 +22,11 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/echovault/echovault/echovault"
|
||||
"github.com/echovault/echovault/internal"
|
||||
"github.com/echovault/echovault/internal/config"
|
||||
"github.com/echovault/echovault/internal/constants"
|
||||
"github.com/echovault/echovault/internal/modules/sorted_set"
|
||||
"github.com/echovault/sugardb/internal"
|
||||
"github.com/echovault/sugardb/internal/config"
|
||||
"github.com/echovault/sugardb/internal/constants"
|
||||
"github.com/echovault/sugardb/internal/modules/sorted_set"
|
||||
"github.com/echovault/sugardb/sugardb"
|
||||
"github.com/tidwall/resp"
|
||||
)
|
||||
|
||||
@@ -37,8 +37,8 @@ func Test_SortedSet(t *testing.T) {
|
||||
return
|
||||
}
|
||||
|
||||
mockServer, err := echovault.NewEchoVault(
|
||||
echovault.WithConfig(config.Config{
|
||||
mockServer, err := sugardb.NewSugarDB(
|
||||
sugardb.WithConfig(config.Config{
|
||||
BindAddr: "localhost",
|
||||
Port: uint16(port),
|
||||
DataDir: "",
|
||||
|
Reference in New Issue
Block a user