]> Cypherpunks repositories - gostls13.git/commit
cmd/go: split out cmd/go/internal/help
authorRuss Cox <rsc@golang.org>
Fri, 13 Jan 2017 19:51:57 +0000 (14:51 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2017 20:31:08 +0000 (20:31 +0000)
commit2cab41d5cb813956a367c464afc0b16b2c418331
treeca8e5f82e5a07acb4ca9a3217e1a8e92a9073ec3
parent6dc9e31f5e86112737bb60e54b6f903929ca11d8
cmd/go: split out cmd/go/internal/help

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: I4cf05b076d81b780c87a31378523929b5da8964b
Reviewed-on: https://go-review.googlesource.com/36194
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/internal/base/base.go
src/cmd/go/internal/help/help.go [new file with mode: 0644]
src/cmd/go/internal/help/helpdoc.go [moved from src/cmd/go/help.go with 98% similarity]
src/cmd/go/main.go