cmd/tip: update talks rev to pick up CL 33578

Change-Id: I5161f7ee490391a71a3c9a00017b2449705fcb7a
Reviewed-on: https://go-review.googlesource.com/33655
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
Russ Cox 2016-11-28 22:02:19 -05:00
parent f19f04f549
commit 76b6c242fb
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"] return heads["talks"]
} }
const talksToolsRev = "1f1b3322f67af76803c942fd237291538ec68262" const talksToolsRev = "f19f04f5492745c70cc5906b15b125b7a3d3b1a3"
func (b talksBuilder) Init(dir, hostport string, heads map[string]string) (*exec.Cmd, error) { func (b talksBuilder) Init(dir, hostport string, heads map[string]string) (*exec.Cmd, error) {
toolsDir := filepath.Join(dir, "gopath/src/golang.org/x/tools") toolsDir := filepath.Join(dir, "gopath/src/golang.org/x/tools")