From 1665b97ad0d41b0a5599037d96782b90f0c40c37 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Mon, 22 Dec 2014 21:29:54 -0700 Subject: [PATCH] Removed duplicate ebook listing; corrected names Closes #237 --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a4d964c2..1e1d5c61 100644 --- a/README.md +++ b/README.md @@ -674,12 +674,12 @@ Where to discover new Go libraries. ## E-Books * [A Go Developer's Notebook](https://leanpub.com/GoNotebook/read) -* [build-applications-web](https://docs.google.com/file/d/0B2GBHFyTK2N8TzM4dEtIWjBJdEk/edit?pli=1) -* [golang-book](http://www.golang-book.com/) -* [golangbootcamp](http://golangbootcamp.com) -* [learning-go](http://www.miek.nl/downloads/Go/Learning-Go-latest.pdf) -* [network-programming](http://jan.newmarch.name/go/) -* [Building Web Apps with Go](http://codegangsta.gitbooks.io/building-web-apps-with-go/) +* [An Introduction to Programming in Go](http://www.golang-book.com/) +* [Build Web Application with Golang](https://docs.google.com/file/d/0B2GBHFyTK2N8TzM4dEtIWjBJdEk/edit?pli=1) +* [Building Web Apps With Go](http://codegangsta.gitbooks.io/building-web-apps-with-go/) +* [Go Bootcamp](http://golangbootcamp.com) +* [Learning Go](http://www.miek.nl/downloads/Go/Learning-Go-latest.pdf) +* [Network Programming With Go](http://jan.newmarch.name/go/) ## Twitter @@ -708,4 +708,3 @@ 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