Overview
Explore the evolution of Go dependency management in this 19-minute conference talk from linux.conf.au. Dive into the history of Go's dependency tools, from third-party solutions like Glide and Godep to the standard tool 'dep', and finally to the integrated 'go mod' system. Learn how to implement 'go mod' in both new and existing projects, including those that previously used older dependency management tools. Gain insights into managing dependencies for projects that consume third-party modules and those intended for use by others. Understand the significance of standardized dependency management in the Go ecosystem and how it compares to package managers in other programming languages.
Syllabus
What the dep is going on with Go dependency management?
Taught by
linux.conf.au