package modget

import "cmd/go/internal/modget"

Package modget implements the module-aware “go get” command.

Index

Variables

var CmdGet = &base.Command{

	UsageLine: "go get [-t] [-u] [-tool] [build flags] [packages]",
	Short:     "add dependencies to current module and install them",
	Long:      "" /* 2395 byte string literal not displayed */,
}
var HelpVCS = &base.Command{
	UsageLine: "vcs",
	Short:     "controlling version control with GOVCS",
	Long:      "" /* 3775 byte string literal not displayed */,
}

Source Files

get.go query.go

Version
v1.24.0 (latest)
Published
Feb 10, 2025
Platform
linux/amd64
Imports
25 packages
Last checked
29 minutes ago

Tools for package owners.