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

Add basic Go modules support. #49

Merged
merged 2 commits into from
Feb 12, 2019
Merged

Add basic Go modules support. #49

merged 2 commits into from
Feb 12, 2019

Conversation

creachadair
Copy link
Contributor

In order to work well with Go modules, a package should have a go.mod file and semantic version tags on release versions. This repo has the latter (though the last tag is from 2017), but not the former.

Here I have provided a rudimentary go.mod file and the go.sum resulting from building and testing the repo with go test -race -cpu=1,2 ./...

Assuming you accept this change, and if you are willing to also git tag v1.1.0 master after it is merged, that would update the release history. I think some of the more recent changes are worth including.

@bradfitz bradfitz merged commit 25d852a into ghodss:master Feb 12, 2019
@creachadair creachadair deleted the gomod branch February 12, 2019 21:17
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