mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[PR #254] [CLOSED] Support Go Modules #889
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#889
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?
📋 Pull Request Information
Original PR: https://github.com/rivo/tview/pull/254
Author: @SamWhited
Created: 3/24/2019
Status: ❌ Closed
Base:
master← Head:support_modules📝 Commits (1)
97148c5Support Go Modules📊 Changes
2 files changed (+29 additions, -0 deletions)
View changed files
➕
go.mod(+11 -0)➕
go.sum(+18 -0)📄 Description
I know you've had reservations about modules in the past, but last time you mentioned that you would merge modules support after it was broadly supported in Go.
Now that Go 1.12 is out, all supported versions of Go have full module support and use modules by default when a package isn't in the lelgacy GOPATH.
Please consider merging this updated
go.modfile to make it easier on those who do use modules to consume this library.Thanks for your consideration.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.