From c6f1f3c79b94322dd713009a47f950573df2dca3 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 8 May 2015 07:20:46 +0100 Subject: [PATCH 1/2] Learning Go: point to online version. I've reworked the entire book and put it online. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6a89f5..1f1085f 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ This book is free to [read online](http://www.golang-book.com/) or [pdf form](ht This companion book contains material initially written specifically for this event as well as content from Google & the Go team under Creative Commons Attribution 3.0 License and code licensed under a BSD license. -###[Learning Go](http://www.miek.nl/downloads/Go/Learning-Go-latest.pdf) *Free* +###[Learning Go](http://www.miek.nl/go) *Free* -A free pdf to start learning golang. +A online book to start learning Golang. It features numerous exercises (and answers). ###[Go in Action](http://www.manning.com/ketelsen/) From 1f5dc43505475ef50ec90ae5a65bee87cd4351f4 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 8 May 2015 07:22:24 +0100 Subject: [PATCH 2/2] Point to the source as well --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f1085f..ad55514 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ This companion book contains material initially written specifically for this ev A online book to start learning Golang. It features numerous exercises (and answers). +The [markdown source is available on Github](https://github.com/miekg/learninggo). + ###[Go in Action](http://www.manning.com/ketelsen/)