aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-11-10 09:39:17 +1100
committerAndrew Gerrand <adg@golang.org>2014-11-10 09:39:17 +1100
commit9a571deed6f9bebcbb3fad864600936b55aeea22 (patch)
tree30377d01341f6bfe34a47a1aff8347f41e694752
parent18b4f06b13d68c418dc8cb9712424671b63a4254 (diff)
downloadgo-9a571deed6f9bebcbb3fad864600936b55aeea22.tar.gz
go-9a571deed6f9bebcbb3fad864600936b55aeea22.zip
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
-rw-r--r--src/cmd/api/run.go2
1 files changed, 1 insertions, 1 deletions
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