From 6d4f6692d7bcfa637c4b9d735adada90183fc47d Mon Sep 17 00:00:00 2001 From: "Md. Ishtiaq Ahamed Fahim" Date: Sat, 17 Sep 2022 04:17:15 +0100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fefa8c2..c6b28799 100644 --- a/README.md +++ b/README.md @@ -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.