👩💻 Join our community of thousands of amazing developers!
This is the second post on the Go module series, which highlights Grab’s experience working with Go modules in a multi-module monorepo. In this article, we’ll focus on suggested solutions for catching unexpected changes to the go.mod file and addressing dependency issues. We’ll also cover automatic upgrades and other learnings uncovered from the initial obstacles in using Go modules. Vendoring process issues Our previous vendoring process fell solely on the developer who wanted to add or update ...