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 #32

Merged
merged 1 commit into from
Mar 24, 2019
Merged

Support Go Modules #32

merged 1 commit into from
Mar 24, 2019

Conversation

SamWhited
Copy link
Contributor

@SamWhited SamWhited commented Dec 19, 2018

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, and doesn't have many dependencies the go.mod file is fairly simple. The only other thing that would need to happen is that future releases would need to have semver compatible tags. If you choose to merge this PR, please tag the merge commit as v1.0.1 or similar so that users can pin to the new tagged version with the go.mod file instead of relying on the special compatibility imports.

Thank you for your consideration.

@SamWhited
Copy link
Contributor Author

Gentle ping :)

@lucasb-eyer lucasb-eyer merged commit b3ff143 into lucasb-eyer:master Mar 24, 2019
@lucasb-eyer
Copy link
Owner

Thanks for the PR and the instructions about tags. I hope I got it right, let me know if not! (haven't been following golang developments anymore lately.)

@SamWhited SamWhited deleted the support_modules branch March 24, 2019 19:12
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