diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2014-06-19 09:22:53 +0200 |
---|---|---|
committer | Michael Stapelberg <stapelberg@debian.org> | 2014-06-19 09:22:53 +0200 |
commit | 8a39ee361feb9bf46d728ff1ba4f07ca1d9610b1 (patch) | |
tree | 4449f2036cccf162e8417cc5841a35815b3e7ac5 /doc/root.html | |
parent | c8bf49ef8a92e2337b69c14b9b88396efe498600 (diff) | |
download | golang-upstream/1.3.tar.gz |
Imported Upstream version 1.3upstream/1.3
Diffstat (limited to 'doc/root.html')
-rw-r--r-- | doc/root.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/root.html b/doc/root.html index 48280ac35..43637933a 100644 --- a/doc/root.html +++ b/doc/root.html @@ -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)]; |