1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-07 08:40:48 +00:00

add Go section and go Tutorial - Close #1543

This commit is contained in:
Frederick Silva 2015-07-15 08:33:59 -03:00
parent 687c0cd09d
commit 594874da02

View File

@ -7,6 +7,7 @@
* [Clojure](#clojure) * [Clojure](#clojure)
* [Databases](#databases) * [Databases](#databases)
* [Git](#git) * [Git](#git)
* [Go](#go)
* [Haskell](#haskell) * [Haskell](#haskell)
* [HTML / CSS](#html--css) * [HTML / CSS](#html--css)
* [iOS](#ios) * [iOS](#ios)
@ -59,6 +60,9 @@
### Git ### Git
* [Git and Gitlab Live Workshop](https://courses.platzi.com/courses/git-gitlab/) * [Git and Gitlab Live Workshop](https://courses.platzi.com/courses/git-gitlab/)
### Go
* [Go Tutorial](http://www.tutorialspoint.com/go/index.htm)
### Haskell ### Haskell
* [C9 : Functional Programming Fundamentals](http://channel9.msdn.com/Series/C9-Lectures-Erik-Meijer-Functional-Programming-Fundamentals) - Erik Meijer * [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 * [CIS 194: Introduction to Haskell](http://www.seas.upenn.edu/~cis194/) - Brent Yorgey