From fa90371d9565c6ca61d3b91a8e4fcb91ad4f6cea Mon Sep 17 00:00:00 2001 From: Olivier Ligot Date: Thu, 2 Oct 2014 08:41:59 +0200 Subject: [PATCH] Add An Introduction to Programming in Go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39019569..65441e88 100644 --- a/README.md +++ b/README.md @@ -655,3 +655,4 @@ Where to discover new Go libraries. * [A Tour of Go](http://tour.golang.org/) - Interactive tour of Go * [Go By Example](https://gobyexample.com/) - A hands-on introduction to Go using annotated example programs * [Working with Go](https://github.com/mkaz/working-with-go) - An intro to go for experienced programmers +* [Intro to Programming in Go](http://www.golang-book.com/) - An Introduction to Programming in Go