]> Cypherpunks repositories - gostls13.git/commit
cmd/go: split out cmd/go/internal/str
authorRuss Cox <rsc@golang.org>
Fri, 13 Jan 2017 18:52:44 +0000 (13:52 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2017 20:30:36 +0000 (20:30 +0000)
commit762eb40892061b43a2dabbfd99486e9940a149b9
tree0d59f342e328b1ec478341157d2ff47e01e973bc
parentd9e6835b1d0ac90d82c62e33a2aa0daf602940b0
cmd/go: split out cmd/go/internal/str

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: I63f578f5ac99c707b599ac5659293c46b275567d
Reviewed-on: https://go-review.googlesource.com/36190
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/build.go
src/cmd/go/fix.go
src/cmd/go/fmt.go
src/cmd/go/get.go
src/cmd/go/internal/str/str.go [new file with mode: 0644]
src/cmd/go/main.go
src/cmd/go/pkg.go
src/cmd/go/pkg_test.go
src/cmd/go/run.go
src/cmd/go/test.go
src/cmd/go/vet.go