mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #1128] Error downloading tview #817
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#817
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 @mrtoadie on GitHub (Oct 14, 2025).
Original GitHub issue: https://github.com/rivo/tview/issues/1128
Hi,
error while trying to download tview:
package github.com/rivo/tview is not a main packageI tried this:
go get github.com/rivo/tview@masteror
go install github.com/rivo/tview@masteror
go install github.com/rivo/tview@MonkeyMatrix commented on GitHub (Oct 19, 2025):
Do you mind sharing what is currently in the directory where you are running the
go getcommand (so, (ls/diror eventree) and yourgo version? Or, if you want to reproduce it in a new module, that is also welcome.@mrtoadie commented on GitHub (Oct 24, 2025):
Oh i'am sorry. My fault, i forgot
go mod init.Now tview works perfectley!