mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #501] Issue: Error go get'ing tview #364
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#364
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 @J-M1 on GitHub (Sep 16, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/501
As of 16/09/2020
# github.com/rivo/tview ..\..\go\src\github.com\rivo\tview\box.go:343:63: cannot convert b.borderAttributes (type tcell.AttrMask) to type tcell.Style ..\..\go\src\github.com\rivo\tview\table.go:331:108: cannot convert attributes (type tcell.AttrMask) to type tcell.Style ..\..\go\src\github.com\rivo\tview\table.go:888:150: cannot convert cell.Attributes (type tcell.AttrMask) to type tcell.Style ..\..\go\src\github.com\rivo\tview\table.go:957:63: cannot convert a (type tcell.AttrMask) to type tcell.Style ..\..\go\src\github.com\rivo\tview\table.go:1020:24: invalid operation: t.selectedStyle != 0 (mismatched types tcell.Style and int)To reproduce,
go get github.com/rivo/tview@airborneastro commented on GitHub (Sep 17, 2020):
A look at (solved) issue #492 solved it for me (go mod init my/module_name)
@J-M1 commented on GitHub (Sep 27, 2020):
Fixes the issue. Cheers!