-
Notifications
You must be signed in to change notification settings - Fork 156
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
Checkin go.sum #24
Comments
@mmcloughlin Good point. I'll add it (except if you want to do it). |
Go ahead. I just noticed and thought I'd point it out. |
thanks for noticing |
mmcloughlin
added a commit
that referenced
this issue
Jun 5, 2019
Adds the go.sum file as recommended in Go modules documentation. https://github.com/golang/go/wiki/Modules#should-i-commit-my-gosum-file-as-well-as-my-gomod-file Fixes #24
Merged
armfazh
pushed a commit
that referenced
this issue
Jun 5, 2019
Adds the go.sum file as recommended in Go modules documentation. https://github.com/golang/go/wiki/Modules#should-i-commit-my-gosum-file-as-well-as-my-gomod-file Fixes #24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generally,
go.sum
should be checked in withgo.mod
.https://github.com/golang/go/wiki/Modules#should-i-commit-my-gosum-file-as-well-as-my-gomod-file
The text was updated successfully, but these errors were encountered: