talks/2014: add Videos slides to GothamGo talks.

Change-Id: Ia8374e98d74e46fd1e3d0a458ac976c32e99c5ac
Reviewed-on: https://go-review.googlesource.com/2604
Reviewed-by: Alan Donovan <adonovan@google.com>
diff --git a/2014/gotham-context.slide b/2014/gotham-context.slide
index afe00f0..aebaf61 100644
--- a/2014/gotham-context.slide
+++ b/2014/gotham-context.slide
@@ -4,6 +4,12 @@
 Sameer Ajmani
 sameer@golang.org
 
+* Video
+
+This talk was presented at GothamGo in New York City, November 2014.
+
+.link http://vimeo.com/115309491 Watch the talk on Vimeo
+
 * Introduction
 
 In Go servers, each incoming request is handled in its own goroutine.
@@ -85,7 +91,7 @@
   // goroutine #1
   pending := conn.Start(req)
   ...
-  result, err := pending.Result()  
+  result, err := pending.Result()
 
   // goroutine #2
   pending.Cancel()
diff --git a/2014/gothamgo-android.slide b/2014/gothamgo-android.slide
index 5c21658..ec9fd1c 100644
--- a/2014/gothamgo-android.slide
+++ b/2014/gothamgo-android.slide
@@ -7,6 +7,12 @@
 Google
 @davidcrawshaw
 
+* Video
+
+This talk was presented at GothamGo in New York City, November 2014.
+
+.link http://vimeo.com/115307069 Watch the talk on Vimeo
+
 * Go on Mobile
 
 The goal is to bring Go to Android and iOS,
diff --git a/2014/static-analysis.slide b/2014/static-analysis.slide
index bacf655..b06fd30 100644
--- a/2014/static-analysis.slide
+++ b/2014/static-analysis.slide
@@ -8,6 +8,11 @@
 Google, New York
 adonovan@google.com
 
+* Video
+
+This talk was presented at the GothamGo Kickoff Meetup in New York City, November 2014.
+
+.link http://vimeo.com/114736889 Watch the talk on Vimeo
 
 * Introduction