From 4ad77d7b0b72bdd1d3689b78671978248096dc39 Mon Sep 17 00:00:00 2001 From: MarkMoudy Date: Mon, 10 Aug 2015 10:21:26 -0500 Subject: [PATCH] fixed Go Programming Blueprints link and description --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fd7cb7..d6de9cb 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,13 @@ The [markdown source is available on Github](https://github.com/miekg/learninggo Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. (We assume you're up to speed with another programming language already, so don't expect to spend a lot of time rehearsing stuff you already know.) Then, you'll get hands-on experience writing real-world applications including web sites and network servers, as well as techniques to manipulate and convert data at speeds that will make your friends jealous. In the final chapters, you'll go in-depth with the language and see the tricks and secrets that the Go masters are using to make their applications perform. For example, you'll learn to use Go's powerful reflection libraries and work with real-world examples of integration with C code. -###[Go Programming Blueprints](http://shop.oreilly.com/product/110000479.do) +###[Go Programming Blueprints](https://www.packtpub.com/application-development/go-programming-blueprints) -Dive headfirst into solving actual enterprise problems and start cutting code from the word go. You will build complete applications around a variety of subjects using a range of different technologies and techniques, all of which are directly applicable to today's tech start-up world. +Build real-world, production-ready solutions in Go using cutting-edge technology and techniques. + +Intended for seasoned Go programmers who want to put their expertise in Go to use to solve big, real-world, modern problems. With a basic understanding of channels and goroutines, you will hone your skills to build tools and programs that are quick and simple. You need not be an expert in distributed systems or technologies in order to deliver solutions capable of great scale. It is assumed that you are familiar with the basic concepts of Go. ###[Programming in Go: Creating Applications for the 21st Century](http://www.informit.com/store/programming-in-go-creating-applications-for-the-21st-9780321774637)