]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention go fix in go1.1 release notes draft
authorRuss Cox <rsc@golang.org>
Thu, 21 Feb 2013 19:28:34 +0000 (14:28 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 21 Feb 2013 19:28:34 +0000 (14:28 -0500)
R=golang-dev, bradfitz, r
CC=golang-dev
https://golang.org/cl/7379045

doc/go1.1.html

index 32639ecbdbc7797395af5413776805adf3a7ebd6..1574ed805d9591eeac51013254372671da18952d 100644 (file)
@@ -121,6 +121,14 @@ warning: GOPATH set to GOROOT (/home/User/go) has no effect
 package code.google.com/p/foo/quxx: cannot download, $GOPATH must not be set to $GOROOT. For more details see: go help gopath
 </pre>
 
+<h3 id="gofix">Changes to go fix</h3>
+
+<p>
+The <code>go fix</code> command no longer applies fixes to update code from
+before Go 1 to use Go 1 APIs. To update pre-Go 1 code to Go 1.1, use a Go 1.0 toolchain
+to convert the code to Go 1.0 first.
+</p>
+
 <h2 id="library">Changes to the standard library</h2>
 
 <h3 id="debug/elf">debug/elf</h3>