]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Add generics TODO v1.31.0
authorMatt Joiner <anacrolix@gmail.com>
Thu, 2 Sep 2021 00:21:56 +0000 (10:21 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 2 Sep 2021 00:22:32 +0000 (10:22 +1000)
storage/map-piece-completion.go

index 5f7f87eff31dc49d965baac40c5e022786bd58e5..afb1e97b64d6a1310f0235a5e19cb516f0fbfadd 100644 (file)
@@ -7,6 +7,7 @@ import (
 )
 
 type mapPieceCompletion struct {
+       // TODO: Generics
        m sync.Map
 }