mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[PR #211] [CLOSED] Support Go Modules #877
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#877
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/211
Author: @SamWhited
Created: 12/21/2018
Status: ❌ Closed
Base:
master← Head:support_modules📝 Commits (1)
a2eb34fSupport Go Modules📊 Changes
2 files changed (+21 additions, -0 deletions)
View changed files
➕
go.mod(+9 -0)➕
go.sum(+12 -0)📄 Description
Hello,
Please consider supporting Go Modules, the new packaging standard that will be adopted fully in Go 1.12. Experimental support is in Go 1.11 and the new module paths are supported in Go 1.9.7+ and Go 1.10.3+ in a read-only manner for backwards compatibility with all supported versions of Go.
Because this library is still below version 2 the
go.modfile is fairly simple. The only other thing that would need to be done if this PR were merged is to create a semver compatible tag (eg.v0.0.1) that users of this library can pin to.Thank you for your consideration.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.