From 4ec9ef674004ac15429431e323cc7d165c5fa918 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Thu, 1 Oct 2015 09:48:58 -0400 Subject: [PATCH] add two links to gopl.io --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5f974e..791d790 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Intended for seasoned Go programmers who want to put their expertise in Go to us ###[The Go Programming Language](http://gopl.io/) - + *The Go Programming Language* is the authoritative resource for any programmer who wants to learn Go. @@ -74,7 +74,8 @@ most comfortable with JavaScript, Ruby, Python, Java, or C++. The book features hundreds of interesting and practical examples of idiomatic Go code that cover the whole language, its most important libraries, and a wide range of applications. -Source code is freely available for download from the book's companion web site `gopl.io`, +Source code is freely available for download from the book's companion web site +[gopl.io](http://gopl.io/), and may be conveniently fetched, built, and installed using the `go get` command.