]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/dist: move cmd/go z files to cmd/go/internal/cfg
authorRuss Cox <rsc@golang.org>
Wed, 18 Jan 2017 17:58:25 +0000 (12:58 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2017 20:30:52 +0000 (20:30 +0000)
commitb60e61ab1bf7cca20a03364143e76acf2925ccb6
tree1ae08101c66ba3700dcb7bcbc80e5577cc721bd4
parenta918864c52355d2f73657825b4e0905c9d7fa279
cmd/dist: move cmd/go z files to cmd/go/internal/cfg

This is one 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: I6ee5b053683034ea9462a9a0a4ea4f5ad24fa5a1
Reviewed-on: https://go-review.googlesource.com/36192
Reviewed-by: David Crawshaw <crawshaw@golang.org>
.gitignore
src/cmd/dist/build.go
src/cmd/dist/buildgo.go
src/cmd/dist/deps.go