aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-11-10 09:30:57 +1100
committerAndrew Gerrand <adg@golang.org>2014-11-10 09:30:57 +1100
commit18b4f06b13d68c418dc8cb9712424671b63a4254 (patch)
tree3b4fcba9e750a26de290230629679beca3fcb295
parent844889dfe2321905e7aa1273f98596d156893527 (diff)
downloadgo-18b4f06b13d68c418dc8cb9712424671b63a4254.tar.gz
go-18b4f06b13d68c418dc8cb9712424671b63a4254.zip
cmd/api: bump go.tools golden CL hash
TBR=bradfitz R=rsc CC=golang-codereviews https://golang.org/cl/166380043
-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 52b23de454..1f9a4cf8d8 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 = "6698ca2900e2"
+const goToolsVersion = "ae08a5291439"
var goroot string