set unique gob name and update go mod

This commit is contained in:
2023-02-03 13:24:52 +08:00
parent 48bbc5b776
commit a2ab64a372
6 changed files with 27 additions and 14 deletions
-4
View File
@@ -15,10 +15,6 @@ import (
"time"
)
func init() {
Register(TransferMsg{})
}
type ServerCommon struct {
msgID uint64
alive atomic.Value