From: Andrew Gerrand Date: Sun, 9 Nov 2014 22:30:57 +0000 (+1100) Subject: cmd/api: bump go.tools golden CL hash X-Git-Tag: go1.4rc1~27 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=18b4f06b13d68c418dc8cb9712424671b63a4254;p=gostls13.git cmd/api: bump go.tools golden CL hash TBR=bradfitz R=rsc CC=golang-codereviews https://golang.org/cl/166380043 --- 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