package get

import "cmd/go/internal/get"

Package get implements the “go get” command.

Index

Variables

var CmdGet = &base.Command{
	UsageLine: "go get [-d] [-f] [-t] [-u] [-v] [-fix] [build flags] [packages]",
	Short:     "download and install packages and dependencies",
	Long:      "" /* 2331 byte string literal not displayed */,
}
var HelpGopathGet = &base.Command{
	UsageLine: "gopath-get",
	Short:     "legacy GOPATH go get",
	Long: "" /* 275 byte string literal not displayed */+
		CmdGet.UsageLine + `
` + CmdGet.Long,
}

Source Files

get.go

Version
v1.21.0-rc.3
Published
Jul 13, 2023
Platform
js/wasm
Imports
15 packages
Last checked
2 minutes ago

Tools for package owners.