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:      "" /* 2281 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.17.5
Published
Dec 9, 2021
Platform
darwin/amd64
Imports
15 packages
Last checked
2 minutes ago

Tools for package owners.