refactor: run Go modernize (#5002)
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
instances = map[string]interface{}{}
|
||||
instances = map[string]any{}
|
||||
pending = map[string]chan struct{}{}
|
||||
lock sync.RWMutex
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user