diff --git a/README.md b/README.md index 32f1f671..3710051a 100644 --- a/README.md +++ b/README.md @@ -1212,7 +1212,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [cookiecutter-golang](https://github.com/lacion/cookiecutter-golang) - A Go application boilerplate template for quick starting projects following production best practices. * [go-sample](https://github.com/zitryss/go-sample) - A sample layout for Go application projects with the real code. -* [go-todo-backend](https://github.com/Fs02/go-todo-backend) - Go Todo Backend example using modular project layout for product microservice. +* [go-todo-backend](https://github.com/Fs02/go-todo-backend) - Go Todo Backend example using modular project layout for product microservice. * [golang-standards/project-layout](https://github.com/golang-standards/project-layout) - Set of common historical and emerging project layout patterns in the Go ecosystem. * [modern-go-application](https://github.com/sagikazarmark/modern-go-application) - Go application boilerplate and example applying modern practices. * [scaffold](https://github.com/catchplay/scaffold) - Scaffold generates starter Go project layout. Lets you focus on business logic implemeted. @@ -2478,6 +2478,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [An Introduction to Programming in Go](http://www.golang-book.com/) * [Build Web Application with Golang](https://www.gitbook.com/book/astaxie/build-web-application-with-golang/details) * [Building Web Apps With Go](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) +* [For the Love of Go](https://bitfieldconsulting.com/books) - A series of introductory books for Go beginners. * [Go 101](https://go101.org) - A book focusing on Go syntax/semantics and all kinds of details. * [Go Bootcamp](http://golangbootcamp.com) * [Go Succinctly](https://github.com/thedevsir/gosuccinctly) - in Persian. @@ -2598,6 +2599,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [CodinGame](https://www.codingame.com/) - Learn Go by solving interactive tasks using small games as practical examples. * [Go Blog](http://blog.golang.org) - The official Go blog. * [Go Challenge](http://golang-challenge.org/) - Learn Go by solving problems and getting feedback from Go experts. +* [Go Code Club](https://www.youtube.com/watch?v=nvoIPQYdx9g&list=PLEcwzBXTPUE_YQR7R0BRtHBYJ0LN3Y0i3) - A group of Gophers read and discuss a different Go project every week. * [Go Community on Hashnode](https://hashnode.com/n/go) - Community of Gophers on Hashnode. * [Go Forum](https://forum.golangbridge.org) - Forum to discuss Go. * [Go In 5 Minutes](https://www.goin5minutes.com/) - 5 minute screencasts focused on getting one thing done.