Commit b3000b6f authored by Rob Pike's avatar Rob Pike

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/9226Reviewed-by: default avatarRuss Cox <rsc@golang.org>
parent 6ad33be2
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
set -e set -e
go build -o go.latest go build -o go.latest
./go.latest help documentation | sed 's; \*/; * /;' >doc.go ./go.latest help documentation | sed 's; \*/; * /;' >alldocs.go
gofmt -w doc.go gofmt -w alldocs.go
rm go.latest rm go.latest
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment