]> Cypherpunks repositories - gostls13.git/commit
cmd/go: split out cmd/go/internal/fmt
authorRuss Cox <rsc@golang.org>
Wed, 18 Jan 2017 18:18:56 +0000 (13:18 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2017 20:31:49 +0000 (20:31 +0000)
commit36ce197c858ea9e187ee59fc18576c73a0a513e7
treef23d6e19847b8e19b2ea93074aae9fa799e654fc
parent4efe9250e5e182c8269a2b98497a9bdea4875c8f
cmd/go: split out cmd/go/internal/fmt

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