Skip to content

Commit

Permalink
chore: hello mister mutex hat
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondertan committed Jan 22, 2022
1 parent 42c0ba2 commit ae2e1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
type msgIDGenerator struct {
Default MsgIdFunction

topicGens map[string]MsgIdFunction
topicGensLk sync.RWMutex
topicGens map[string]MsgIdFunction
}

func newMsgIdGenerator() *msgIDGenerator {
Expand Down

0 comments on commit ae2e1e3

Please sign in to comment.