mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #1100] Not Really a issue just need help understanding #801
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#801
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @devdutt6 on GitHub (Jun 25, 2025).
Original GitHub issue: https://github.com/rivo/tview/issues/1100
Why there was a IIFE created in the loop, I mean the code works fine without it but I'm asking to understand if I'm missing something. Is it just un-necessary or it is there due to very specific reason.
@rivo commented on GitHub (Jun 26, 2025):
It works fine since Go 1.22 but not before. See https://tip.golang.org/doc/go1.22#language for details.
It seems that many
tviewusers are still on old Go versions so this has not yet been changed.