]> Cypherpunks repositories - gostls13.git/commit
cmd/go: break a few dependencies
authorRuss Cox <rsc@golang.org>
Fri, 13 Jan 2017 16:49:16 +0000 (11:49 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2017 20:30:27 +0000 (20:30 +0000)
commitd9e6835b1d0ac90d82c62e33a2aa0daf602940b0
tree67c3175d1371f8dc01d9dcebaaf79e00e373d60d
parent78074f6850c34a955d69f578e363d1d3f3e00e25
cmd/go: break a few dependencies

This CL makes a few naming changes to break dependencies
between different parts of the go command, to make it easier
to split into different packages.

This is the first CL in a long sequence of changes to break up the
go command from one package into a plausible group of packages.

This sequence is concerned only with moving code, not changing
or cleaning up code. There will still be more cleanup after this sequence.

The entire sequence will be submitted together: it is not a goal
for the tree to build at every step.

For #18653.

Change-Id: I69a98b9ea48e61b1e1cda95273d29860b525415f
Reviewed-on: https://go-review.googlesource.com/36129
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/build.go
src/cmd/go/main.go
src/cmd/go/pkg.go
src/cmd/go/test.go