]> Cypherpunks repositories - gostls13.git/commit
cmd/go: split out cmd/go/internal/get
authorRuss Cox <rsc@golang.org>
Wed, 18 Jan 2017 18:39:12 +0000 (13:39 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2017 20:32:12 +0000 (20:32 +0000)
commit6dad55aa25debdeb43e6b7c8348cf923fb8e5cff
tree4e3a93d3139bf100a89f8fe1296964d374d6b1b8
parentcc03ba3289eb1a3bd4b6454fff24646912f5bf12
cmd/go: split out cmd/go/internal/get

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: Iec17bf2243de129942ae5fba126ec5f217be7303
Reviewed-on: https://go-review.googlesource.com/36202
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/internal/get/discovery.go [moved from src/cmd/go/discovery.go with 89% similarity]
src/cmd/go/internal/get/get.go [moved from src/cmd/go/get.go with 97% similarity]
src/cmd/go/internal/get/vcs.go [moved from src/cmd/go/vcs.go with 99% similarity]
src/cmd/go/main.go