From 6ca5a71b03fb395641709b9301d2727a60c91c4e Mon Sep 17 00:00:00 2001 From: Elton Morais Date: Tue, 19 May 2020 16:15:10 -0300 Subject: [PATCH] Add Learn Go with Tests (#3608) --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index b620e631e..3f7be26f9 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1316,6 +1316,7 @@ Kerridge (PDF) (email address *requested*, not required) * [Go Bootcamp](http://www.golangbootcamp.com/book) - Matt Aimonetti * [Go by Example](https://gobyexample.com) * [Go for Javascript Developers](https://github.com/bulim/go-for-javascript-developers) +* [Learn Go with Tests](https://quii.gitbook.io/learn-go-with-tests/) * [Learning Go](https://miek.nl/go/) * [Let's learn Go!](http://go-book.readthedocs.io/en/latest/) * [Practical Cryptography With Go](https://leanpub.com/gocrypto/read) - Kyle Isom