Update 'For the Love of Go' link

This commit is contained in:
John Arundel 2021-09-07 18:24:53 +01:00 committed by Avelino
parent 48421f8e4c
commit f40670e2a3

View File

@ -2645,7 +2645,7 @@ _**Unofficial** set of patterns for structuring projects._
* [An Introduction to Programming in Go](http://www.golang-book.com/) * [An Introduction to Programming in Go](http://www.golang-book.com/)
* [Build Web Application with Golang](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/) * [Build Web Application with Golang](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/)
* [Building Web Apps With Go](https://codegangsta.gitbooks.io/building-web-apps-with-go/content/) * [Building Web Apps With Go](https://codegangsta.gitbooks.io/building-web-apps-with-go/content/)
* [For the Love of Go](https://bitfieldconsulting.com/books) - A series of introductory books for Go beginners. * [For the Love of Go](https://bitfieldconsulting.com/books/love) - An introductory book for Go beginners.
* [Go 101](https://go101.org) - A book focusing on Go syntax/semantics and all kinds of details. * [Go 101](https://go101.org) - A book focusing on Go syntax/semantics and all kinds of details.
* [Go Bootcamp](http://golangbootcamp.com) * [Go Bootcamp](http://golangbootcamp.com)
* [Go Succinctly](https://github.com/thedevsir/gosuccinctly) - in Persian. * [Go Succinctly](https://github.com/thedevsir/gosuccinctly) - in Persian.