
go-get
List of commands for go-get:
-
go-get:tldr:43580 go-get: Modify the package with a given version in module-aware mode.$ go get ${example-com-pkg}@${v1-2-3}try on your machineexplain this command
-
go-get:tldr:74c0d go-get: Add a specified package to `go.mod` in module-mode or install the package in GOPATH-mode.$ go get ${example-com-pkg}try on your machineexplain this command