chore: update module path to git.kingecg.top

This commit is contained in:
kingecg 2025-06-26 00:53:04 +08:00
parent 94f412db72
commit 9c7999f6bc
7 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt"
"sync"
"module git.kingecg.top/kingecg/godocdb/document"
"git.kingecg.top/kingecg/godocdb/document"
"git.kingecg.top/kingecg/godocdb/index" // "fmt"
"go.mongodb.org/mongo-driver/bson/primitive"
)

View File

@ -1,6 +1,6 @@
package api
import "module git.kingecg.top/kingecg/godocdb/index"
import "git.kingecg.top/kingecg/godocdb/index"
type Index struct {
metadata index.IndexMetadata

View File

@ -1,5 +1,5 @@
mode: set
module git.kingecg.top/kingecg/godocdb/index/index.go:32.54,34.16 2 1
git.kingecg.top/kingecg/godocdb/index/index.go:32.54,34.16 2 1
git.kingecg.top/kingecg/godocdb/index/index.go:34.16,36.3 1 0
git.kingecg.top/kingecg/godocdb/index/index.go:37.2,37.43 1 1
git.kingecg.top/kingecg/godocdb/index/index.go:41.100,50.16 3 1

View File

@ -5,7 +5,7 @@ import (
"strings"
"sync"
"module git.kingecg.top/kingecg/godocdb/index"
"git.kingecg.top/kingecg/godocdb/index"
"git.kingecg.top/kingecg/godocdb/storage"
"go.mongodb.org/mongo-driver/bson"
"go.mongodb.org/mongo-driver/bson/primitive"

View File

@ -7,7 +7,7 @@ import (
"sync"
"testing"
"module git.kingecg.top/kingecg/godocdb/storage"
"git.kingecg.top/kingecg/godocdb/storage"
"git.kingecg.top/kingecg/godocdb/utils"
)

View File

@ -6,7 +6,7 @@ import (
"strings"
"sync"
"module git.kingecg.top/kingecg/godocdb/storage"
"git.kingecg.top/kingecg/godocdb/storage"
"go.mongodb.org/mongo-driver/bson"
)

View File

@ -5,7 +5,7 @@ import (
"strconv"
"strings"
"module git.kingecg.top/kingecg/godocdb/utils"
"git.kingecg.top/kingecg/godocdb/utils"
"github.com/syndtr/goleveldb/leveldb"
)