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

doc: peerset fixme

not changing this because i don't want to write a test for it now

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent 45faa4d7
......@@ -7,7 +7,7 @@ import (
// PeerSet is a threadsafe set of peers
type PeerSet struct {
ps map[string]bool
ps map[string]bool // FIXME can be map[string]struct{}
lk sync.RWMutex
size 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