fix: 修改多个处理函数的返回类型为指针类型,以提高内存使用效率并避免不必要的拷贝
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
func init() {
|
||||
go func() {
|
||||
action.ActionManager.SendMsg(model.Reply{
|
||||
action.ActionManager.SendMsg(&model.Reply{
|
||||
ReplyMsg: "初始化完成",
|
||||
FromMsg: model.Message{
|
||||
GroupInfo: model.GroupInfo{
|
||||
|
||||
Reference in New Issue
Block a user