Added link to our free Go workshops. Thanks, Tom, Framework Training
diff --git a/Learn.md b/Learn.md
index d49387f..180cf0d 100644
--- a/Learn.md
+++ b/Learn.md
@@ -2,6 +2,7 @@
 
   * [Go By Example](http://gobyexample.com/) provides a series of annotated code snippets.
   * [Learn Go in Y minutes](http://learnxinyminutes.com/docs/go/) is a top-to-bottom walkthrough of the language.
+  * [Free Go Language Workshop](https://www.frameworktraining.co.uk/go-language-free-training-workshop/) Framework Training is running regular free BYOD workshops in London, UK
 
 Learning resources for specific topics:
   * [LearnConcurrency](LearnConcurrency) outlines a course of study of Go's concurrency model and patterns.