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] [-insecure] [build flags] [packages]", Short: "download and install packages and dependencies", Long: "" /* 2679 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 ¶
- Version
- v1.16.0-rc.1
- Published
- Jan 27, 2021
- Platform
- js/wasm
- Imports
- 15 packages
- Last checked
- 1 minute ago –
Tools for package owners.