go/src/cmd
Jay Conrod 254fb85c12 cmd/go: print deprecation notice for 'go get cmd'
The notice is shown when 'go get' is invoked with the -d flag, and
the arguments match at least one main package.

This reverts CL 274552.

For #43684

Change-Id: I42e6731455f22988bf72dde1d5a76d197e9e3954
Reviewed-on: https://go-review.googlesource.com/c/go/+/305670
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
2021-04-05 20:05:34 +00:00
..
addr2line
api
asm cmd/asm: complete the support for VDUP on arm64 2021-03-19 01:38:59 +00:00
buildid
cgo cmd/cgo: pass end position info for C function arguments. 2021-04-05 19:29:17 +00:00
compile cmd/compile, runtime: use ABI-aware function converting float to interface 2021-04-05 18:22:47 +00:00
cover cmd/cover: use golang.org/x/tools/cover directly 2021-03-25 20:57:58 +00:00
dist cmd/dist: include "go1.x-" in devel go version strings 2021-04-03 10:58:19 +00:00
doc cmd/doc: properly display interface methods 2021-03-19 03:05:26 +00:00
fix
go cmd/go: print deprecation notice for 'go get cmd' 2021-04-05 20:05:34 +00:00
gofmt cmd/gofmt: fix const association to avoid inaccurate comment 2021-03-10 17:10:00 +00:00
internal cmd/internal/obj: remove duplicate ppc64 spr MOV* optab entries 2021-04-05 18:59:09 +00:00
link cmd/link: mangle function name with ABI on Mach-O 2021-04-05 16:37:20 +00:00
nm
objdump
pack
pprof cmd/vendor, cmd/pprof: use golang.org/x/term directly 2021-03-26 06:03:20 +00:00
test2json
trace all: use HTML5 br tags 2021-03-13 03:38:42 +00:00
vendor cmd/vendor, cmd/pprof: use golang.org/x/term directly 2021-03-26 06:03:20 +00:00
vet cmd/vet: bring in sigchanyzer to report unbuffered channels to signal.Notify 2021-03-08 23:13:52 +00:00
README.vendor
go.mod cmd/vendor, cmd/pprof: use golang.org/x/term directly 2021-03-26 06:03:20 +00:00
go.sum cmd/go: move psuedo-version and version sorting to x/mod 2021-03-24 13:54:14 +00:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.