gameswithgo.org doesn't exist anymore (#4432)

Replaced it with the YouTube series link
https://www.youtube.com/watch?v=9D4yH7e_ea8&list=PLDZujg-VgQlZUy1iCqBbe5faZLMkA3g2x
This commit is contained in:
Md. Ishtiaq Ahamed Fahim 2022-09-17 04:17:15 +01:00 committed by GitHub
parent a96002c9dc
commit 6d4f6692d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3425,7 +3425,7 @@ _Where to discover new Go libraries._
- [Debugged.it Go patterns](https://github.com/haveyoudebuggedit/go-patterns) - Advanced Go patterns with ready-to-run examples.
- [Design Patterns in Go](https://github.com/shubhamzanwar/design-patterns) - Collection of programming design patterns implemented in Go.
- [Ethereum Development with Go](https://github.com/miguelmota/ethereum-development-with-go-book) - A little e-book on Ethereum Development with Go.
- [Games With Go](https://gameswithgo.org/) - A video series teaching programming and game development.
- [Games With Go](https://www.youtube.com/watch?v=9D4yH7e_ea8&list=PLDZujg-VgQlZUy1iCqBbe5faZLMkA3g2x) - A video series teaching programming and game development.
- [Go By Example](https://gobyexample.com/) - Hands-on introduction to Go using annotated example programs.
- [Go Cheat Sheet](https://github.com/a8m/go-lang-cheat-sheet) - Go's reference card.
- [Go database/sql tutorial](http://go-database-sql.org/) - Introduction to database/sql.