From 2e562a1c27e7a8cda5555b34c895b5fddb10add6 Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 5 Nov 2019 10:37:42 +0800 Subject: [PATCH] test --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1a3c6c9..10029ff 100644 --- a/main.go +++ b/main.go @@ -39,7 +39,7 @@ var ( lastOwnTDMsg time.Time lastOwnTDMsgMux sync.Mutex lastChatTDMsg map[int64]time.Time - lastChatTDMsgMux map[int64]sync.Mutex + lastChatTDMsgMux map[int64]*sync.Mutex lastChatMsgMux sync.RWMutex MQCWMsgQueue chan ChatWarsMessage MQTGCmdQueue chan TGCommand