From 1f826ef4ccbb77a7ab9e3534e1eec83b7611cca8 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 14 Dec 2016 17:39:37 +0100 Subject: [PATCH] Add Golang tutorials --- free-programming-books-de.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books-de.md b/free-programming-books-de.md index ae855465..f80f4a29 100644 --- a/free-programming-books-de.md +++ b/free-programming-books-de.md @@ -8,6 +8,7 @@ * [C#](#c-sharp) * [C++](#c-1) * [Git](#git) +* [Go](#go) * [Groovy](#groovy) * [HTML & CSS](#html--css) * [iOS](#ios) @@ -68,6 +69,11 @@ * [Visual C# 2010](http://openbook.rheinwerk-verlag.de/visual_csharp_2010/) * [Visual C# 2012](http://openbook.rheinwerk-verlag.de/visual_csharp_2012/) +### Go +* [Erstelle Webanwendungen mit Go](https://astaxie.gitbooks.io/build-web-application-with-golang/content/de/) +* [Effektiv Go Programmieren](http://www.bitloeffel.de/DOC/golang/effective_go_de.html) +* [Eine Tour durch Go](https://go-tour-de.appspot.com/welcome/1) + ### Git * [Das Git-Buch](http://gitbu.ch) [PDF, EPUB]