We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f96a76 commit aed0544Copy full SHA for aed0544
doc/go1.1.html
@@ -121,6 +121,14 @@ <h3 id="gotool">Changes to the go tool</h3>
121
package code.google.com/p/foo/quxx: cannot download, $GOPATH must not be set to $GOROOT. For more details see: go help gopath
122
</pre>
123
124
+<h3 id="gofix">Changes to go fix</h3>
125
+
126
+<p>
127
+The <code>go fix</code> command no longer applies fixes to update code from
128
+before Go 1 to use Go 1 APIs. To update pre-Go 1 code to Go 1.1, use a Go 1.0 toolchain
129
+to convert the code to Go 1.0 first.
130
+</p>
131
132
<h2 id="library">Changes to the standard library</h2>
133
134
<h3 id="debug/elf">debug/elf</h3>
0 commit comments