]> Cypherpunks repositories - gostls13.git/commit
cmd/go: split out cmd/go/internal/web
authorRuss Cox <rsc@golang.org>
Wed, 18 Jan 2017 18:36:46 +0000 (13:36 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2017 20:32:04 +0000 (20:32 +0000)
commitcc03ba3289eb1a3bd4b6454fff24646912f5bf12
tree5bbc6aba3a2c03ce557a93e7b6624628d4ee2936
parent6bc9844b63efaa5e29e3c93c1d27477b1663db09
cmd/go: split out cmd/go/internal/web

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: I2f349150659b6ddf6be4c675abba38dfe57ff652
Reviewed-on: https://go-review.googlesource.com/36201
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/bug.go
src/cmd/go/get.go
src/cmd/go/internal/web/bootstrap.go [moved from src/cmd/go/bootstrap.go with 55% similarity]
src/cmd/go/internal/web/http.go [moved from src/cmd/go/http.go with 76% similarity]
src/cmd/go/internal/web/security.go [new file with mode: 0644]
src/cmd/go/vcs.go
src/cmd/go/vcs_test.go