Modules

Go

Go Modules: Dependency Management

Go modules are the official dependency management system introduced in Go 1.11 and enabled by default since Go 1.13. They solved critical problems that plagued earlier Go development: the rigid…

Read more →