Go: Bootstrap
Package manager
Official tooling for dependency and package management
go modules - Modules are the unit of source code interchange and versioning. The go command has direct support for working with modules, including recording and resolving dependencies on other modules.
`
dep`merged into `go modules`
Official experimental tooling for package management
Last updated
Was this helpful?