From 6aed50498c21d7009016996e1c9a87e4253ea48b Mon Sep 17 00:00:00 2001 From: Mihalis Tsoukalos Date: Wed, 17 Mar 2021 22:40:24 +0200 Subject: [PATCH] Add Mastering Go, 2nd edition --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 149162a..faa679c 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,14 @@ This book is a hands-on guide packed full of interesting DIY projects that will By the end of this microcontroller book, you will be equipped with the skills you need to build real-world embedded projects using the power of TinyGo. +### [Mastering Go, 2nd edition](https://www.packtpub.com/programming/mastering-go-second-edition) + + + +This book is for amateur and intermediate Go programmers who want to take their Go knowledge to the next level, as well as experienced developers in other programming languages who want to learn Go without learning again how a `for` loop works. + +The book presents relatively small yet complete Go programs that illustrate the presented concepts. This has two main advantages: firstly, you do not have to look at an endless code listing when trying to learn a single technique and secondly, you can use this code as a starting point when creating your own applications and utilities. + Resources ====