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** ---