From 7c9ddd64f6605d0eacae7aeb1277904a1d4de507 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Tue, 26 Jan 2016 12:15:32 -0700 Subject: [PATCH] new cover for Learn Go --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 339b79a..bc1919c 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Perfect for beginners familiar with programming basics, this hands-on guide prov ### [Learn Go](https://manning.com/books/learn-go?a_aid=nathany&a_bid=53f68821) - + Learn Go is a beginner-friendly introduction to the Go language. You'll get expert guidance as you work through hands-on exercises. First, you'll walk through basic constructs of the language while building a spaceline ticket generator. Next you'll move on to the type system, decoding text messages from space, and making calculations. You'll discover functions, methods, and collections. And then you'll dive into more advanced topics like nitty-gritty memory management with pointers and Go's concurrency primitives. The last few chapters cover code management in larger projects and automated testing.