Commit fa7cfe40 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

add comment

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent c11cf9a0
......@@ -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
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment