1
0
mirror of https://github.com/golang/go synced 2024-11-12 10:30:23 -07:00

cmd/go: rename doc.go to alldocs.go in preparation for "go doc"

Also rename and update mkdoc.sh to mkalldocs.sh

Change-Id: Ief3673c22d45624e173fc65ee279cea324da03b5
Reviewed-on: https://go-review.googlesource.com/9226
Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
Rob Pike 2015-04-24 09:10:44 -07:00
parent 6ad33be2d9
commit b3000b6f6a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
set -e
go build -o go.latest
./go.latest help documentation | sed 's; \*/; * /;' >doc.go
gofmt -w doc.go
./go.latest help documentation | sed 's; \*/; * /;' >alldocs.go
gofmt -w alldocs.go
rm go.latest