summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/tool
Commit message (Collapse)AuthorAgeFilesLines
* cmd/go: address review commentsRuss Cox2017-02-031-0/+1
| | | | | | | | | | Address review comments from earlier CLs. These are changes I was too scared to try to push down into the original CLs (thanks, Git). Change-Id: I0e428fad73d71bd2a7d08178cf2e856de3cef19f Reviewed-on: https://go-review.googlesource.com/36257 Reviewed-by: David Crawshaw <crawshaw@golang.org>
* cmd/go: split out ↵Russ Cox2017-02-031-0/+118
cmd/go/internal/clean,doc,fix,generate,list,run,tool,version,vet 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: Ib22fc435827d4a05a77a5200ac437ce00e2a4da3 Reviewed-on: https://go-review.googlesource.com/36204 Reviewed-by: David Crawshaw <crawshaw@golang.org>