From 594874da02ae39bb8c7c6d27e91dc87744370ff1 Mon Sep 17 00:00:00 2001 From: Frederick Silva Date: Wed, 15 Jul 2015 08:33:59 -0300 Subject: [PATCH] add Go section and go Tutorial - Close #1543 --- free-courses-en.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-courses-en.md b/free-courses-en.md index 8e78d1c8..640f5271 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -7,6 +7,7 @@ * [Clojure](#clojure) * [Databases](#databases) * [Git](#git) +* [Go](#go) * [Haskell](#haskell) * [HTML / CSS](#html--css) * [iOS](#ios) @@ -59,6 +60,9 @@ ### Git * [Git and Gitlab Live Workshop](https://courses.platzi.com/courses/git-gitlab/) +### Go +* [Go Tutorial](http://www.tutorialspoint.com/go/index.htm) + ### Haskell * [C9 : Functional Programming Fundamentals](http://channel9.msdn.com/Series/C9-Lectures-Erik-Meijer-Functional-Programming-Fundamentals) - Erik Meijer * [CIS 194: Introduction to Haskell](http://www.seas.upenn.edu/~cis194/) - Brent Yorgey