From 485304219e2baf3f64d4731782f5a07342d65f2f Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Thu, 15 Oct 2015 13:39:57 -0600 Subject: [PATCH] Learn Go --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aa6927a..d4484b8 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,11 @@ and may be conveniently fetched, built, and installed using the `go get` command Computer programming is the art, craft and science of writing programs which define how computers operate. This book will teach you how to write computer programs using Go. It takes you from a breakdown of files and the terminal (in case you need a refresher, or are a new programmer), up to creating packages and testing. +### [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. **Advanced Books** ---