From 158a87efc37069a0a7a2e59f117cb85a1c0cb836 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Fri, 9 Oct 2015 10:41:09 -0600 Subject: [PATCH] add Go Fundamentals Video Training to resources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf55acd..8d277d1 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ Resources ###[Video: Learn Go Syntax in one video](http://www.youtube.com/watch?v=CF9S4QZuV30) ###[Tutorials: Go by Example](https://gobyexample.com/) +###[Go Fundamentals Video Training](http://shop.oreilly.com/category/learning-path/go-fundamentals.do) ###[More Books on the Go Wiki](https://github.com/golang/go/wiki/Books) Contributing