Add generics TODO
This commit is contained in:
parent
e417c19a74
commit
b4a66a3ca7
|
@ -7,6 +7,7 @@ import (
|
|||
)
|
||||
|
||||
type mapPieceCompletion struct {
|
||||
// TODO: Generics
|
||||
m sync.Map
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue