]> Cypherpunks repositories - gostls13.git/commit
cmd/go: split out cmd/go/internal/env
authorRuss Cox <rsc@golang.org>
Wed, 18 Jan 2017 18:24:01 +0000 (13:24 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2017 20:31:56 +0000 (20:31 +0000)
commit6bc9844b63efaa5e29e3c93c1d27477b1663db09
tree2b9caf9dc180721e9ee9c20c32d8fdca901fb089
parent36ce197c858ea9e187ee59fc18576c73a0a513e7
cmd/go: split out cmd/go/internal/env

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: I28b20d53d20dff06eede574eb5c20359db0d3991
Reviewed-on: https://go-review.googlesource.com/36200
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/bug.go
src/cmd/go/internal/env/env.go [moved from src/cmd/go/env.go with 93% similarity]
src/cmd/go/main.go