From 8026bc6320d538d7d3d3ab600c17a21f3ea5b8d0 Mon Sep 17 00:00:00 2001 From: Renato Suero Date: Sun, 6 Jul 2014 18:18:41 -0300 Subject: [PATCH] Removing Duplicate link golang-book --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 25b3d00..d16fdf5 100644 --- a/README.md +++ b/README.md @@ -297,8 +297,6 @@ Where to discover new Go libraries. ### Tutorials * [A Tour of Go](http://tour.golang.org/) - Interactive tour of Go -* [An Introduction to Programming in Go](http://www.golang-book.com/) - A - beginner's introduction to programming which uses the Go language * [Working with Go](https://github.com/mkaz/working-with-go) - An intro to go for experienced programmers * [Go By Example](https://gobyexample.com/) - A hands-on introduction to Go using annotated example programs