From aa4efbbc9154be8237be1b5b99832a99899187d9 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Fri, 9 Oct 2015 10:33:21 -0600 Subject: [PATCH 1/2] cross-link Go Wiki --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54487ce..bf55acd 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Resources ###[Video: Learn Go Syntax in one video](http://www.youtube.com/watch?v=CF9S4QZuV30) ###[Tutorials: Go by Example](https://gobyexample.com/) - +###[More Books on the Go Wiki](https://github.com/golang/go/wiki/Books) Contributing ==== From 158a87efc37069a0a7a2e59f117cb85a1c0cb836 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Fri, 9 Oct 2015 10:41:09 -0600 Subject: [PATCH 2/2] 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