From e4ddb5bf28208e01b8aafcda597afe8b8b96ff41 Mon Sep 17 00:00:00 2001 From: Maor Zamski Date: Sun, 4 Dec 2016 12:06:31 +0200 Subject: [PATCH] add golang resource (#2157) --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 453aa0f9..89bf3451 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1104,6 +1104,7 @@ * [Effective Go](https://golang.org/doc/effective_go.html) * [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) * [Learning Go](https://miek.nl/go/) * [Let's learn Go!](http://go-book.appspot.com) * [Network programming with Go](https://jan.newmarch.name/go/)