From b2717a854692e1ca51e2fcb59165ef7ed29249f6 Mon Sep 17 00:00:00 2001 From: Amr Hesham Date: Sun, 10 Feb 2019 07:21:06 +0200 Subject: [PATCH] Add Coursera Programming with Go Specialization Add Coursera Specialization to courses list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d55fb4..e4624f0 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,7 @@ Resources ### [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/) +### [Coursera Specialization : Programming with Go](https://www.coursera.org/specializations/google-golang/) Contributing ====