Tagged articles
2 articles
Page 1 of 1
Ops Development & AI Practice
Ops Development & AI Practice
May 20, 2024 · Backend Development

Why Go Module Checksums Fail and How to Fix go.sum Errors

When using go mod tidy or go get, checksum mismatches in go.sum can occur, indicating possible tampering or download issues, and this guide explains the go.sum file structure, its role, and step‑by‑step solutions such as clearing the module cache, manually editing the file, and adjusting GOSUMDB.

GOSUMDBchecksumgo.mod
0 likes · 6 min read
Why Go Module Checksums Fail and How to Fix go.sum Errors
Tencent Cloud Developer
Tencent Cloud Developer
Nov 22, 2021 · Backend Development

Understanding Go Modules: Evolution, Usage, and Best Practices

The article traces Go’s shift from GOPATH to Go Modules—detailing their history, migration steps, practical commands, and best‑practice tips such as using replace directives, managing go.mod and go.sum, and emphasizing why teams should adopt modules now for reliable dependency handling, security, and developer efficiency.

Backend DevelopmentGOPATHGo
0 likes · 15 min read
Understanding Go Modules: Evolution, Usage, and Best Practices