mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-07 23:33:08 +00:00
chore: go fmt and return timecache named import
This commit is contained in:
parent
6035642336
commit
ec5e9b42a9
@ -13,7 +13,7 @@ type msgIDGenerator struct {
|
||||
topicGensLk sync.RWMutex
|
||||
}
|
||||
|
||||
func newMsgIdGenerator() *msgIDGenerator{
|
||||
func newMsgIdGenerator() *msgIDGenerator {
|
||||
return &msgIDGenerator{
|
||||
Default: DefaultMsgIdFn,
|
||||
topicGens: make(map[string]MsgIdFunction),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user