From 0b8ff8169d2bfaae43f983ec8ec267c5aa7e8194 Mon Sep 17 00:00:00 2001 From: pazams Date: Mon, 7 Nov 2016 01:31:51 +0200 Subject: [PATCH] add go for js developers --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cc830f0..d2ae102 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ A online book to start learning Golang. It features numerous exercises (and answ The [markdown source is available on Github](https://github.com/miekg/learninggo). +###[Go for Javascript Developers](https://github.com/bulim/go-for-javascript-developers) *Free* + + + +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. + ###[Go in Action](https://www.manning.com/books/go-in-action)