Add generics TODO

This commit is contained in:
Matt Joiner 2021-09-02 10:21:56 +10:00
parent e417c19a74
commit b4a66a3ca7
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import (
)
type mapPieceCompletion struct {
// TODO: Generics
m sync.Map
}