]> Cypherpunks repositories - gostls13.git/commit
cmd/go: split out cmd/go/internal/test
authorRuss Cox <rsc@golang.org>
Wed, 18 Jan 2017 17:56:37 +0000 (12:56 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2017 20:31:41 +0000 (20:31 +0000)
commit4efe9250e5e182c8269a2b98497a9bdea4875c8f
treebb033e9d0bc69967921d3be6e42becb8069b7f08
parent3c667ef421becd1acdbd8ac57503a1cbed47fc5c
cmd/go: split out cmd/go/internal/test

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: I2d0ccdb84814537ab8b8842aa1b5f5bc0a88a0fc
Reviewed-on: https://go-review.googlesource.com/36198
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/bug.go
src/cmd/go/generate.go
src/cmd/go/internal/base/env.go
src/cmd/go/internal/test/test.go [moved from src/cmd/go/test.go with 98% similarity]
src/cmd/go/internal/test/testflag.go [moved from src/cmd/go/testflag.go with 98% similarity]
src/cmd/go/internal/work/build.go
src/cmd/go/main.go
src/cmd/go/run.go
src/cmd/go/tool.go
src/cmd/go/vcs.go