package get
import "cmd/go/internal/get"
Package get implements the “go get” command.
Index ¶
Variables ¶
var CmdGet = &base.Command{ UsageLine: "get [-d] [-f] [-fix] [-insecure] [-t] [-u] [build flags] [packages]", Short: "download and install packages and dependencies", Long: "" /* 2144 byte string literal not displayed */, }
Types ¶
type ImportMismatchError ¶
type ImportMismatchError struct {
// contains filtered or unexported fields
}
A ImportMismatchError is returned where metaImport/s are present but none match our import path.
func (ImportMismatchError) Error ¶
func (m ImportMismatchError) Error() string
Source Files ¶
- Version
- v1.9.3
- Published
- Jan 22, 2018
- Platform
- js/wasm
- Imports
- 23 packages
- Last checked
- 20 seconds ago –
Tools for package owners.