From e50282e2e34a0f3890f56b91f1e80d8b27b4d919 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 31 May 2022 06:18:05 +0100 Subject: [PATCH] Update README.md (#117) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 090b385..ed5857e 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,20 @@ 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. +### [Go, from the beginning](https://leanpub.com/go-from-the-beginning) *Free* + + +In this book you will learn the following: + +- Build Console apps +- Create Web APIs +- Test your code +- Create and publish reusable packages that others can consume +- Organize your files in a project +- Work with files and directories +- Parse text with the string library and regular expressions. + + ### [Practical Go Lessons](https://www.practical-go-lessons.com/) *Free*