diff --git a/doc/go1.1.html b/doc/go1.1.html index 32639ecbdb..1574ed805d 100644 --- a/doc/go1.1.html +++ b/doc/go1.1.html @@ -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 +
+The go fix 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.
+