From: Russ Cox Date: Thu, 21 Feb 2013 19:28:34 +0000 (-0500) Subject: doc: mention go fix in go1.1 release notes draft X-Git-Tag: go1.1rc2~918 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=aed05446b4393aeabbae22472203f4f8291669f8;p=gostls13.git doc: mention go fix in go1.1 release notes draft R=golang-dev, bradfitz, r CC=golang-dev https://golang.org/cl/7379045 --- 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 +

Changes to go fix

+ +

+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. +

+

Changes to the standard library

debug/elf