]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/api: bump go.tools golden CL hash
authorAndrew Gerrand <adg@golang.org>
Sun, 9 Nov 2014 22:30:57 +0000 (09:30 +1100)
committerAndrew Gerrand <adg@golang.org>
Sun, 9 Nov 2014 22:30:57 +0000 (09:30 +1100)
TBR=bradfitz
R=rsc
CC=golang-codereviews
https://golang.org/cl/166380043

src/cmd/api/run.go

index 52b23de454a5a976dfd1f3309fe5e8efa240599e..1f9a4cf8d8cb85ac1ae3f6d1ee7fe506502ce054 100644 (file)
@@ -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