cmd/tip: update tools hash to include CL 33662

Change-Id: Ifab1436d10b5b738a3386969cb41b7353711c3a5
Reviewed-on: https://go-review.googlesource.com/34690
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Russ Cox 2016-12-01 00:23:15 -05:00
parent dd79664177
commit c6da36ac37
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ func (b talksBuilder) Signature(heads map[string]string) string {
return heads["talks"]
}
const talksToolsRev = "f19f04f5492745c70cc5906b15b125b7a3d3b1a3"
const talksToolsRev = "e04df2157ae7263e17159baabadc99fb03fc7514"
func (b talksBuilder) Init(dir, hostport string, heads map[string]string) (*exec.Cmd, error) {
toolsDir := filepath.Join(dir, "gopath/src/golang.org/x/tools")