Open
Description
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:
- reliance on version unification.
- Provide package management dependent content verification in a distributed environment
Many open source projects are like this.