go/src/cmd
Bryan C. Mills a9c0cc6f67 cmd/go: make 'go mod why' require a main module
Updates #32027

Change-Id: Ifc9427f35188c3fd356917d8510f3e01866ebca8
Reviewed-on: https://go-review.googlesource.com/c/go/+/205065
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
2019-11-05 18:03:54 +00:00
..
addr2line
api cmd/api: read std package info once, not per goos-goarch-cgo 2019-05-21 18:14:40 +00:00
asm cmd/internal/obj/s390x: add support of SPM instruction 2019-11-04 17:19:36 +00:00
buildid
cgo go/build: recognize '.sx' as equivalent of '.S' 2019-10-20 21:15:11 +00:00
compile cmd/compile: do not skip TestFormats on short builders 2019-11-05 18:02:45 +00:00
cover syscall: respect permission bits on file opening on Windows 2019-10-22 10:09:39 +00:00
dist cmd/dist: don't run cmd tests on js/wasm 2019-10-29 18:32:59 +00:00
doc cmd/go: forbid module pattern 'all' when outside a module 2019-10-10 19:07:50 +00:00
fix cmd/fix, cmd/go, cmd/gofmt: refactor common code into new internal diff package 2019-10-28 23:59:10 +00:00
go cmd/go: make 'go mod why' require a main module 2019-11-05 18:03:54 +00:00
gofmt cmd/fix, cmd/go, cmd/gofmt: refactor common code into new internal diff package 2019-10-28 23:59:10 +00:00
internal cmd/internal/obj/mips: add a flag field to Optab 2019-11-05 03:42:29 +00:00
link cmd/compile, cmd/link: add coverage instrumentation for libfuzzer 2019-11-05 00:00:36 +00:00
nm cmd/nm, runtime/cgo: add cgo support for freebsd/arm64 2019-10-28 10:25:44 +00:00
objdump Revert "cmd/go: fail if a test binary exits with no output" 2019-10-09 20:30:46 +00:00
pack all: shorten some tests 2019-05-22 12:54:00 +00:00
pprof
test2json
trace all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
vendor cmd/go.mod: upgrade x/mod to pull in CL 204821 2019-11-05 15:40:02 +00:00
vet cmd/vet: add test for loading complex values with a single instruction 2019-11-05 01:01:31 +00:00
README.vendor all: document vendoring in the standard library 2019-05-09 17:11:16 +00:00
go.mod cmd/go.mod: upgrade x/mod to pull in CL 204821 2019-11-05 15:40:02 +00:00
go.sum cmd/go.mod: upgrade x/mod to pull in CL 204821 2019-11-05 15:40:02 +00:00

README.vendor

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