Tag

go-test

1 views collected around this technical thread.

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.

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