From 0ec6ed5ed1e39040a673cb7d8237552a70e8087b Mon Sep 17 00:00:00 2001 From: Nathan Youngman <4566+nathany@users.noreply.github.com> Date: Tue, 19 Jan 2021 19:38:51 -0700 Subject: [PATCH] Add new book 'For the Love of Go: Fundamentals' closes #83 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 084859a..1e1c629 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,12 @@ With this book you'll learn to use Go, taking advantage of it's multi-threaded n This book is designed to introduce you to writing programs with the Go programming language. You’ll learn how to write useful tools and applications that can run on remote servers, or local Windows, macOS, and Linux systems for development. Available in [epub](https://assets.digitalocean.com/books/how-to-code-in-go.epub) and [pdf](https://assets.digitalocean.com/books/how-to-code-in-go.pdf). +### [For the Love of Go: Fundamentals](https://bitfieldconsulting.com/books/fundamentals) + + + +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. + **Advanced Books** ---