Tag

go-mod

0 views collected around this technical thread.

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
360 Tech Engineering
360 Tech Engineering
Nov 6, 2019 · Backend Development

Guide to Go Modules: Versioning, Dependency Management, and Common Commands

This article explains how to use Go modules for reliable dependency management, covering historical tools, semantic versioning, vendoring, module creation, testing, upgrading and tidying dependencies, and best practices for committing go.mod and go.sum files.

GoVersioningdependency management
0 likes · 12 min read
Guide to Go Modules: Versioning, Dependency Management, and Common Commands