]> Cypherpunks repositories - gostls13.git/commit
cmd/go: make cmd/* default to go tool installation
authorRuss Cox <rsc@golang.org>
Fri, 6 Oct 2017 18:12:56 +0000 (14:12 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 11 Oct 2017 17:47:17 +0000 (17:47 +0000)
commita9c3d09d0e9a8bf5986ec54d29ea6c68c2786d57
tree1a432a8907b43c71d7dbcc676517c3e419ac2bde
parent6c7bea63096e471f5bc6d256f8beeb303e592c57
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>
src/cmd/go/internal/load/pkg.go
src/cmd/go/internal/work/build.go