From aed05446b4393aeabbae22472203f4f8291669f8 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 21 Feb 2013 14:28:34 -0500 Subject: [PATCH] doc: mention go fix in go1.1 release notes draft R=golang-dev, bradfitz, r CC=golang-dev https://golang.org/cl/7379045 --- doc/go1.1.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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

-- 2.48.1