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

discovery.go get.go vcs.go

Version
v1.9.5
Published
Mar 29, 2018
Platform
js/wasm
Imports
23 packages
Last checked
now

Tools for package owners.