Description
Module checksums can be calculated from a go.mod file and module directory. The tool helps Go developers verify module content, compare expected hashes, and troubleshoot dependency integrity issues.
It is a terminal utility for development workflows. Use it on trusted source trees, and remember that checksum agreement proves content identity, not that the code is safe or correct.