Commit 9c248e34 authored by Rob Pike's avatar Rob Pike

doc/go1.2.txt: delete 'go doc'

It's nearly useless and for plain 'go doc', 'godoc .' works fine.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/13004044
parent de2cf511
...@@ -21,6 +21,7 @@ cmd/gc: three-index slicing to set cap as well as length (CL 10743046). ...@@ -21,6 +21,7 @@ cmd/gc: three-index slicing to set cap as well as length (CL 10743046).
cmd/gc: make missing package error fatal (CL 12677043). cmd/gc: make missing package error fatal (CL 12677043).
cmd/go: test coverage (CL 10413044). cmd/go: test coverage (CL 10413044).
cmd/go: add -t flag to 'go get' to download test dependencies (CL 12566046). cmd/go: add -t flag to 'go get' to download test dependencies (CL 12566046).
cmd/go: delete 'go doc' (CL 12974043).
archive/zip: add File.DataOffset accessor (CL 12784045). archive/zip: add File.DataOffset accessor (CL 12784045).
bufio: add Reset methods to Reader and Writer (CL 12603049). bufio: add Reset methods to Reader and Writer (CL 12603049).
......
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