We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9347366 commit d2c442dCopy full SHA for d2c442d
internal/collections/syncmap.go
@@ -6,6 +6,8 @@ import (
6
)
7
8
type SyncMap[K comparable, V any] struct {
9
+ _ [0]K
10
+ _ [0]V
11
m sync.Map
12
}
13
0 commit comments