更新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

@ -8,8 +8,8 @@
package abstract
import (
"github.com/go-developer/websocket/config"
"github.com/go-developer/websocket/context"
"git.zhangdeman.cn/zhangdeman/websocket/config"
"git.zhangdeman.cn/zhangdeman/websocket/context"
)
// ICommand 指令

View File

@ -8,8 +8,8 @@
package abstract
import (
"github.com/go-developer/websocket/config"
"github.com/go-developer/websocket/context"
"git.zhangdeman.cn/zhangdeman/websocket/config"
"git.zhangdeman.cn/zhangdeman/websocket/context"
)
// IWebsocket 接口约束