From 8359413ad9c823b54890b17b588ce5ea9299069f Mon Sep 17 00:00:00 2001 From: "Daniel T. Morgan" Date: Mon, 8 Oct 2018 19:58:08 +0100 Subject: [PATCH] Update README.md Fixing the Go for Js devs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 628472c..c66082e 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ 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* +### [Go for Javascript Developers](https://github.com/pazams/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.