]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update go1.2.txt
authorAndrew Gerrand <adg@golang.org>
Wed, 14 Aug 2013 22:13:38 +0000 (08:13 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 14 Aug 2013 22:13:38 +0000 (08:13 +1000)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12957044

doc/go1.2.txt

index 948b695b4a4220c3f273bbd5f2caddf0db6b1b02..ca7b39d77710b9adb7953b2d8eebc981b00f4837 100644 (file)
@@ -17,6 +17,7 @@ cmd/5l: add MOVBS, MOVHS etc for sub-word moves (CL 12682043).
 cmd/cgo, cmd/go: support including C++ code with cgo (CL 8248043).
 cmd/gc: make missing package error fatal (CL 12677043).
 cmd/go: test coverage (CL 10413044).
+cmd/go: add -t flag to 'go get' to download test dependencies (CL 12566046).
 
 archive/zip: add File.DataOffset accessor (CL 12784045).
 bufio: add Reset methods to Reader and Writer (CL 12603049).