Skip to content

Commit aed0544

Browse files
committed
doc: mention go fix in go1.1 release notes draft
R=golang-dev, bradfitz, r CC=golang-dev https://golang.org/cl/7379045
1 parent 6f96a76 commit aed0544

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/go1.1.html

+8
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ <h3 id="gotool">Changes to the go tool</h3>
121121
package code.google.com/p/foo/quxx: cannot download, $GOPATH must not be set to $GOROOT. For more details see: go help gopath
122122
</pre>
123123

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+
124132
<h2 id="library">Changes to the standard library</h2>
125133

126134
<h3 id="debug/elf">debug/elf</h3>

0 commit comments

Comments
 (0)