From 43c02cd5d39bb1fbae62deb04025ba24d58c1c29 Mon Sep 17 00:00:00 2001 From: Mateusz Jakubiec Date: Sat, 22 May 2021 08:20:48 +0200 Subject: [PATCH] Add "Go 101" book --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bfc757d..1c5cbf4 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,12 @@ This book helps Javascripters become Gophers. Outlining the differences between Learn Go guided by tests. Write a test, learn a new Go language feature to make it pass, refactor and repeat. You'll get a grounding in test-driven development and importantly understand the principles behind it. +### [Go 101](https://go101.org/article/101.html) *Free* + + + +Go 101 is a book focusing on Go syntax/semantics and all kinds of runtime related things (Go 1.17-pre ready) and tries to help gophers gain a deep and thorough understanding of Go. This book also collects many details of Go and in Go programming. It is expected that this book is helpful for both beginner and experienced Go programmers. + ### [Go in Action](https://www.manning.com/books/go-in-action)