make list compact af
Jes Olson j3s@c3f.net
Sun, 20 Mar 2022 15:21:04 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
main.go
→
main.go
@@ -151,7 +151,7 @@ for i := len(keys); i > 0; {
if selectionScopeEnd > len(keys) { selectionScopeEnd = len(keys) } - listThing := strings.Join(keys[selectionScopeStart:selectionScopeEnd], "<br>") + listThing := strings.Join(keys[selectionScopeStart:selectionScopeEnd], " ") selectionScopeStart += 200 selectionScopeEnd += 200 e.Sender.Send(listThing)