From 18b4f06b13d68c418dc8cb9712424671b63a4254 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 10 Nov 2014 09:30:57 +1100 Subject: [PATCH] cmd/api: bump go.tools golden CL hash TBR=bradfitz R=rsc CC=golang-codereviews https://golang.org/cl/166380043 --- src/cmd/api/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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