From 9964ca91b329b34307be0bf839d908164124a559 Mon Sep 17 00:00:00 2001 From: Vladimir Vivien Date: Mon, 2 Jan 2017 14:55:40 -0500 Subject: [PATCH] Added Learning Go Programming from Vladimir Vivien (Packt) closes #39 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 808ec73..c1e0945 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,12 @@ Go, commonly referred to as golang, is a programming language initially develope Solve your Go problems using a problem-solution approach. Each recipe is a self-contained answer to a practical programming problem in Go. Go Recipes contains recipes that deal with the fundamentals of Go, allowing you to build simple, reliable, and efficient software. Other topics include working with data using modern NoSQL databases such as MongoDB and RethinkDB. The book provides in-depth guidance for building highly scalable backend APIs in Go for your mobile client applications and web client applications. +### [Learning Go programming](https://www.packtpub.com/application-development/learning-go-programming) + + + +*Learning Go Programming* is a book intended to help new, and seasoned programmers alike, to get into the Go programming language. The book distills the language specs, the documentations, the blogs, the videos, slides, and the author's experiences of writing Go into content that carefully provides the right amount of depth and insights to help you understand the language and its design. + **Advanced Books** ---