diff --git a/README.md b/README.md index 630a9fd..073194e 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,12 @@ The [markdown source is available on Github](https://github.com/miekg/learninggo This book helps Javascripters become Gophers. Outlining the differences between these languages makes it easier to switch back and forth, and can help mitigate potential issues when doing so. +### [Learn Go With Tests](https://quii.gitbook.io/learn-go-with-tests/) *Free* + + + +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. + ### [Go in Action](https://www.manning.com/books/go-in-action)