chore: hello mister mutex hat

This commit is contained in:
Wondertan 2022-01-22 13:27:50 +02:00 committed by vyzo
parent ec5e9b42a9
commit 6faf473cad

View File

@ -9,8 +9,8 @@ import (
type msgIDGenerator struct {
Default MsgIdFunction
topicGens map[string]MsgIdFunction
topicGensLk sync.RWMutex
topicGens map[string]MsgIdFunction
}
func newMsgIdGenerator() *msgIDGenerator {