mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add 'For the Love of Go' and 'Go Code Club' (#3302)
This commit is contained in:
parent
01944f1401
commit
d021e7af7d
@ -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.
|
* [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-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.
|
* [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.
|
* [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.
|
* [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/)
|
* [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)
|
* [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)
|
* [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 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.
|
||||||
@ -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.
|
* [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 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 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 Community on Hashnode](https://hashnode.com/n/go) - Community of Gophers on Hashnode.
|
||||||
* [Go Forum](https://forum.golangbridge.org) - Forum to discuss Go.
|
* [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.
|
* [Go In 5 Minutes](https://www.goin5minutes.com/) - 5 minute screencasts focused on getting one thing done.
|
||||||
|
Loading…
Reference in New Issue
Block a user