Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Go Modules #12

Merged
merged 1 commit into from
Dec 19, 2018
Merged

Support Go Modules #12

merged 1 commit into from
Dec 19, 2018

Conversation

SamWhited
Copy link
Contributor

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 go.mod file is 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 has no external dependencies and is still below version 2, the go.mod file is fairly simple. The only other thing that would need to be done is to create a semver compatible tag after this patch is merged (eg. v1.0.1) to allow other things to pin to that version without having to use the special commit-based version string.

Thank you for your consideration.

@h12w h12w merged commit a9ac29b into h12w:master Dec 19, 2018
@h12w
Copy link
Owner

h12w commented Dec 19, 2018

Thank you!

@h12w
Copy link
Owner

h12w commented Dec 19, 2018

v1.0.0 tag also added @SamWhited

@SamWhited SamWhited deleted the support_modules branch December 19, 2018 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants