1
0
mirror of https://github.com/golang/go synced 2024-11-08 08:36:20 -07:00
go/src/cmd
Russ Cox a9c3d09d0e cmd/go: make cmd/* default to go tool installation
Every cmd/thing is 'go tool thing' except for go and gofmt.
But the table in cmd/go enumerates all the things instead of
saying that go and gofmt are the exceptions.
Change that, so that when adding new tools it's not
necessary to update this table.

Change-Id: Ia6fef41b4d967249b19971a0d03e5acb0317ea82
Reviewed-on: https://go-review.googlesource.com/69052
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2017-10-11 17:47:17 +00:00
..
addr2line
api all: revert "all: prefer strings.IndexByte over strings.Index" 2017-10-05 23:19:10 +00:00
asm cmd/asm, cmd/internal/obj/ppc64: Fix Data Cache instructions for ppc64x 2017-10-10 21:25:33 +00:00
cgo cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link: use standard -V output 2017-10-06 20:28:40 +00:00
compile cmd/compile: optimize ARM code with CMN/TST/TEQ 2017-10-11 14:03:00 +00:00
cover cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link: use standard -V output 2017-10-06 20:28:40 +00:00
dist cmd/dist, cmd/link, cmd/go: make c-shared work on windows 2017-10-10 01:02:27 +00:00
doc all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" 2017-10-05 23:19:42 +00:00
fix all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" 2017-10-05 23:19:42 +00:00
go cmd/go: make cmd/* default to go tool installation 2017-10-11 17:47:17 +00:00
gofmt
internal cmd/asm, cmd/internal/obj/ppc64: Fix Data Cache instructions for ppc64x 2017-10-10 21:25:33 +00:00
link cmd/dist, cmd/link, cmd/go: make c-shared work on windows 2017-10-10 01:02:27 +00:00
nm cmd/link: don't use internal linking mode for cgo on PPC64 2017-09-26 15:06:32 +00:00
objdump cmd/objdump: fix and re-enable arm test 2017-10-02 16:11:26 +00:00
pack
pprof
trace
vendor
vet runtime: fix cgo export of panicmem on ios 2017-10-10 08:49:16 +00:00