From e78767a1089cfb645661ddd22b1759346dccda72 Mon Sep 17 00:00:00 2001 From: Kavish Gour Date: Thu, 11 Feb 2021 17:56:32 +0400 Subject: [PATCH] Update README.md New Book Added: The Go Workshop --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7503504..d40b49a 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,12 @@ This book is designed to introduce you to writing programs with the Go programmi This downloadable ebook is an interactive introduction to the Go programming language, suitable for complete beginners. It introduces the Test-Driven Development (TDD) workflow in Go and guides you through implementing a complete Go package, test-first. You'll learn about testing with multiple cases, and how to test functions which can return errors. +### [The Go Workshop](https://www.packtpub.com/product/the-go-workshop/9781838647940) + + + +The Go Workshop will take the pain out of learning the Go programming language (also known as Golang). It is designed to teach you to be productive in building real-world software. Presented in an engaging, hands-on way, this book focuses on the features of Go that are used by professionals in their everyday work. + **Advanced Books** ---