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

Implement Go Modules #81

Merged
merged 1 commit into from Mar 15, 2019
Merged

Implement Go Modules #81

merged 1 commit into from Mar 15, 2019

Conversation

IAmFletcher
Copy link
Contributor

Resolves #80

This will allows users with Go 1.11.0+ to control when they upgrade their libraries/binaries to the next major version, even after we've merged it into master.

When we are ready to release v2.0.0, we just need to update the first line to include /v2 at the end, and then increment it for future MAJOR releases.

In Go 1.12, the go.mod file indicates the version of the language used by the files within that module. However, this makes it not compatible with 1.11.3 or earlier. As we don't use any 1.12 features, I've removed the line.

For more information about how to work with Go Modules, read this.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.842% when pulling 4c4854a on FletcherCodes:master into 3c1e813 on gempir:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.842% when pulling 4c4854a on FletcherCodes:master into 3c1e813 on gempir:master.

Copy link
Collaborator

@pajlada pajlada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@gempir gempir merged commit dca1cf8 into gempir:master Mar 15, 2019
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.

None yet

4 participants