From 8d7407e3b3dc96df561b1a3a27f311022cbfcf54 Mon Sep 17 00:00:00 2001 From: Chris James Date: Sun, 31 May 2020 09:52:04 +0100 Subject: [PATCH] learn go with tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 073194e..bfa028f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ This book helps Javascripters become Gophers. Outlining the differences between -Learn Go guided by tests. Write a test, learn a new Go language feature, refactor and repeat. You'll get a grounding in test-driven development and importantly understand the principles behind it. +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 in Action](https://www.manning.com/books/go-in-action)