From ecd9a36655f38add47af6afa2e56512160721f7d Mon Sep 17 00:00:00 2001 From: Maximilien Andile Date: Thu, 1 Jul 2021 23:08:37 +0200 Subject: [PATCH] Add Practical Go Lessons --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5399d28..793c6a1 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,16 @@ Learn Go guided by tests. Write a test, learn a new Go language feature to make 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. +### [Practical Go Lessons](https://www.practical-go-lessons.com/) *Free* + + + +Practical Go Lessons has 41 chapters and more than 700 pages with illustrations. +It is suitable for anybody how wants to start programming with the Go language. +It assumes no prior knowledge. +Each chapter contains test questions with detailed answers. +The HTML version is free. You can support the author by buying the PDF or Paper version. + ### [Go in Action](https://www.manning.com/books/go-in-action)