LS
wg.Add(1)
go func(value string) {
defer wg.Done()
bots++
if pchecker(value) == 1 {
bots--
StartSpy(value)
}
bots--
}(value)
Size: a a a
ЛА
wg.Add(1)
go func(value string) {
defer wg.Done()
bots++
if pchecker(value) == 1 {
bots--
StartSpy(value)
}
bots--
}(value)
DP
LS
LS
ЛА
p
SK
p
wg.Add(1)
go func(value string) {
defer wg.Done()
bots++
if pchecker(value) == 1 {
bots--
StartSpy(value)
}
bots--
}(value)
LS
LS
LS
DP
DP
p
LS
DP
p
LS