no message

This commit is contained in:
sk 2024-10-24 16:30:47 +08:00
parent 0a4217b200
commit b345f7cae4
1 changed files with 1 additions and 1 deletions

View File

@ -3,11 +3,11 @@ package svc
import ( import (
"errors" "errors"
"fmt" "fmt"
"mongo.games.com/goserver/core/logger"
"net/rpc" "net/rpc"
"github.com/globalsign/mgo" "github.com/globalsign/mgo"
"github.com/globalsign/mgo/bson" "github.com/globalsign/mgo/bson"
"mongo.games.com/goserver/core/logger"
"mongo.games.com/game/dbproxy/mongo" "mongo.games.com/game/dbproxy/mongo"
"mongo.games.com/game/model" "mongo.games.com/game/model"