mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #492] failing installation #360
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#360
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 @Roderick-Jonsson on GitHub (Aug 29, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/492
When doing a
go get github.com/rivo/tviewI get the following message and cant use tview for development.I am doing this on a mac os x Mojave 10.14.3
What do I have to do to resolve this issue? I assume it must be something basic I missed
@Roderick-Jonsson commented on GitHub (Aug 29, 2020):
Seems same is happening on a freshly installed ubuntu box
@drawm commented on GitHub (Aug 29, 2020):
👀 Same on my Manjaro laptop
@drawm commented on GitHub (Aug 29, 2020):
Did you init your go module? After I ran into a similar problem with another library I went back and read https://golang.org/doc/code.html and figured I forgot to run
go mod init my/module/path.go get github.com/rivo/tviewnow works without issues 🤷@Roderick-Jonsson commented on GitHub (Aug 30, 2020):
@drawm Yes that solved it for me. Thanks for helping out so fast 🏆