getgo – golang.org/x/tools/cmd/getgo Directories
Deprecated: follow the installation instructions at go.dev/doc/install.

getgo command

The getgo command is deprecated.

Deprecated: See https://go.dev/issues/60951.

Follow the instructions at https://go.dev/doc/install to install Go instead.

Tips:

To find the latest available go version, run:

go list -m -f '{{.Version}}' go@latest

If you want to use the latest go by default, you can use "go env -w" to override "GOTOOLCHAIN":

go env -w GOTOOLCHAIN=go$(go list -m -f '{{.Version}}' go@latest)+auto

See https://go.dev/blog/toolchain for more information about toolchain management.

Directories

PathSynopsis
serverCommand server serves get.golang.org, redirecting users to the appropriate getgo installer based on the request path.
Version
v0.1.0-deprecated (latest)
Published
Feb 16, 2024
Platform
linux/amd64
Imports
19 packages
Last checked
13 hours ago

Tools for package owners.