You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for starting this discussion thread for whether we should commit the go.sum file.
other languages separate versions and dependencies.
I have to say that I can not agree with you on the above sentence because it seems that all languages are putting the versions and dependencies together.
For example:
In node, we have the versions in our dependencies file package.json:
Thank you very much for starting this discussion thread for whether we should commit the go.sum file.
other languages separate versions and dependencies.
I have to say that I can not agree with you on the above sentence because it seems that all languages are putting the versions and dependencies together.
For example:
In node, we have the versions in our dependencies file package.json:
We continue to discuss whether
go.sum
is submitted to the repository.I suggest to submit this file.
As @eslizn quoted Go official discussion on this issue:
https://github.com/golang/go/wiki/Modules#releasing-modules-all-versions
Related documents:
submit
go.sum
the reason:Many open source projects are like this.
The text was updated successfully, but these errors were encountered: