1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 09:59:13 +08:00

add comment

License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
Brian Tiger Chow
2014-12-16 23:41:02 -08:00
committed by Juan Batiz-Benet
parent 1b1260b658
commit 9c301a2d77

View File

@ -17,6 +17,8 @@ type Wantlist struct {
}
type Entry struct {
// TODO consider making entries immutable so they can be shared safely and
// slices can be copied efficiently.
Key u.Key
Priority int
}