From 1632e556a3240f4dad6f7366579a9d81c8c570ac Mon Sep 17 00:00:00 2001 From: Naruepanart Siangsanan <33704769+naruepanart@users.noreply.github.com> Date: Sun, 7 Oct 2018 22:32:21 -0700 Subject: [PATCH] Add TutorialEdge.net Course Outline closes #62 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c66082e..2300b01 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ Resources ### [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) +### [TutorialEdge.net Course](https://tutorialedge.net/course/golang/) Contributing ====