beacon: fix typo

This commit is contained in:
permor 2024-04-16 00:25:06 +09:00
parent 8c26bbc6c2
commit a9b825b376

View file

@ -65,7 +65,7 @@ type Requester interface {
// allow new operations. // allow new operations.
type Scheduler struct { type Scheduler struct {
lock sync.Mutex lock sync.Mutex
modules []Module // first has highest priority modules []Module // first has the highest priority
names map[Module]string names map[Module]string
servers map[server]struct{} servers map[server]struct{}
targets map[targetData]uint64 targets map[targetData]uint64