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.