1
0
mirror of https://github.com/golang/go synced 2024-09-23 17:20:13 -06:00

doc: remove "Code that grows with grace" video from front page

It was deleted from Vimeo. I will attempt to get a new version online.

Fixes #7297.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/61740043
This commit is contained in:
Andrew Gerrand 2014-02-11 16:00:44 +11:00
parent d30949693c
commit d908ae17b2

View File

@ -140,7 +140,6 @@ window.initFuncs.push(function() {
var videos = [
{h: 241, s: "//www.youtube.com/embed/ytEkHepK08c"}, // Tour of Go
{h: 241, s: "//www.youtube.com/embed/f6kdp27TYZs"}, // Concurrency Patterns
{h: 233, s: "//player.vimeo.com/video/53221560"}, // Grows with grace
{h: 233, s: "//player.vimeo.com/video/69237265"} // Simple environment
];
var v = videos[Math.floor(Math.random()*videos.length)];