Go Modules made their debut in Go 1.11 and are on their way to be come the default dependency management system in 1.14 with the deprecation of GOPATH. After a (very) brief reminder of what Go Modules are this talk will relate the (ongoing) migration of some projects towards them. We'll explore what happens when you have a larger number of dependencies and extract the practical considerations to keep in mind when managing your own project in the era of Go Modules.

Comments

Comments are closed.