1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-09 17:42:25 +00:00

Add section and book about Go

This commit is contained in:
Maxim Poletaev 2015-02-10 01:49:20 +03:00
parent a0dc513ddb
commit 3ab981607d

View File

@ -11,6 +11,7 @@
* [C++](#c-1) * [C++](#c-1)
* [CoffeeScript](#coffeescript) * [CoffeeScript](#coffeescript)
* [Git](#git) * [Git](#git)
* [Go](#go)
* [Erlang](#erlang) * [Erlang](#erlang)
* [Haskell](#haskell) * [Haskell](#haskell)
* [Java](#java) * [Java](#java)
@ -114,6 +115,10 @@
* [Простое руководство по работе с Git](http://rogerdudler.github.io/git-guide/index.ru.html) * [Простое руководство по работе с Git](http://rogerdudler.github.io/git-guide/index.ru.html)
### Go
* [Введение в программирование на Go](http://golang-book.ru) - Калеб Докси
### Erlang ### Erlang
* [Программирование на Эрланге](https://github.com/dyp2000/Russian-Armstrong-Erlang) - Джо Армстронг * [Программирование на Эрланге](https://github.com/dyp2000/Russian-Armstrong-Erlang) - Джо Армстронг