Examples (3)
Add a specified package to `go.mod` in module-mode or install the package in GOPATH-mode
go get example.com/pkgModify the package with a given version in module-aware mode
go get example.com/[email protected]Remove a specified package
go get example.com/pkg@nonemade by @shridhargupta | data from tldr-pages