更新github.com导入 => git.zhangdeman.cn

This commit is contained in:
2021-11-17 18:30:49 +08:00
parent 973017f5d6
commit 59a5fe2243
13 changed files with 95 additions and 158 deletions

View File

@ -7,7 +7,7 @@
// Date : 2021-04-08 5:29 下午
package storage
import "github.com/go-developer/websocket/context"
import "git.zhangdeman.cn/zhangdeman/websocket/context"
// IConnection 连接管理接口定义
//

View File

@ -8,8 +8,8 @@
package storage
import (
"github.com/go-developer/gopkg/easymap"
"github.com/go-developer/websocket/context"
"git.zhangdeman.cn/zhangdeman/gopkg/easymap"
"git.zhangdeman.cn/zhangdeman/websocket/context"
)
// NewDefaultConnectionManager 默认的内存连接管理实例