1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:28:32 -06:00

cmd/tip: update talks hash to pull in e00c182

Updates golang/go#21643

Change-Id: Ic662ac6ca152d8cf702b02651f55936a29a2e234
Reviewed-on: https://go-review.googlesource.com/95675
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Andrew Bonventre 2018-02-20 17:17:00 -05:00
parent ce871d1788
commit 5e776fee60

View File

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