Removed duplicate ebook listing; corrected names

Closes #237
This commit is contained in:
Matt Holt 2014-12-22 21:29:54 -07:00
parent 34709da5d4
commit 1665b97ad0

View File

@ -674,12 +674,12 @@ Where to discover new Go libraries.
## E-Books ## E-Books
* [A Go Developer's Notebook](https://leanpub.com/GoNotebook/read) * [A Go Developer's Notebook](https://leanpub.com/GoNotebook/read)
* [build-applications-web](https://docs.google.com/file/d/0B2GBHFyTK2N8TzM4dEtIWjBJdEk/edit?pli=1) * [An Introduction to Programming in Go](http://www.golang-book.com/)
* [golang-book](http://www.golang-book.com/) * [Build Web Application with Golang](https://docs.google.com/file/d/0B2GBHFyTK2N8TzM4dEtIWjBJdEk/edit?pli=1)
* [golangbootcamp](http://golangbootcamp.com) * [Building Web Apps With Go](http://codegangsta.gitbooks.io/building-web-apps-with-go/)
* [learning-go](http://www.miek.nl/downloads/Go/Learning-Go-latest.pdf) * [Go Bootcamp](http://golangbootcamp.com)
* [network-programming](http://jan.newmarch.name/go/) * [Learning Go](http://www.miek.nl/downloads/Go/Learning-Go-latest.pdf)
* [Building Web Apps with Go](http://codegangsta.gitbooks.io/building-web-apps-with-go/) * [Network Programming With Go](http://jan.newmarch.name/go/)
## Twitter ## Twitter
@ -708,4 +708,3 @@ Where to discover new Go libraries.
* [A Tour of Go](http://tour.golang.org/) - Interactive tour of Go * [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 * [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 * [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