mirror of
https://github.com/golang/go
synced 2024-11-18 08:54:45 -07:00
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:
parent
f19f04f549
commit
76b6c242fb
@ -21,7 +21,7 @@ func (b talksBuilder) Signature(heads map[string]string) string {
|
||||
return heads["talks"]
|
||||
}
|
||||
|
||||
const talksToolsRev = "1f1b3322f67af76803c942fd237291538ec68262"
|
||||
const talksToolsRev = "f19f04f5492745c70cc5906b15b125b7a3d3b1a3"
|
||||
|
||||
func (b talksBuilder) Init(dir, hostport string, heads map[string]string) (*exec.Cmd, error) {
|
||||
toolsDir := filepath.Join(dir, "gopath/src/golang.org/x/tools")
|
||||
|
Loading…
Reference in New Issue
Block a user