From: Andrew Gerrand Date: Sun, 9 Nov 2014 22:39:17 +0000 (+1100) Subject: undo CL 166380043 / 0b54a0927656 X-Git-Tag: go1.4rc1~26 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9a571deed6f9bebcbb3fad864600936b55aeea22;p=gostls13.git undo CL 166380043 / 0b54a0927656 This was a mistake; the cmd/api tool depends on an old version of go/types. ««« original CL description cmd/api: bump go.tools golden CL hash TBR=bradfitz R=rsc CC=golang-codereviews https://golang.org/cl/166380043 »»» TBR=bradfitz, rsc R=bradfitz, rsc CC=golang-codereviews https://golang.org/cl/167430043 --- diff --git a/src/cmd/api/run.go b/src/cmd/api/run.go index 1f9a4cf8d8..52b23de454 100644 --- a/src/cmd/api/run.go +++ b/src/cmd/api/run.go @@ -27,7 +27,7 @@ import ( // goToolsVersion is the hg revision of the go.tools subrepo we need // to build cmd/api. This only needs to be updated whenever a go/types // bug fix is needed by the cmd/api tool. -const goToolsVersion = "ae08a5291439" +const goToolsVersion = "6698ca2900e2" var goroot string