From b4a43dd6392f59c93acc0b30a8d4e0560670296a Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Wed, 2 Feb 2022 14:49:12 +0100 Subject: [PATCH] Remove link to an outdated recap doc on the discussion around generics support --- Home.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Home.md b/Home.md index 37bc7049..ad84abfa 100644 --- a/Home.md +++ b/Home.md @@ -140,7 +140,6 @@ Here are some of the places where you can find Gophers online. To get a sense of ## Additional Go Programming Wikis -- [Why Go doesn't Support Generics: A Summary of Go Generics Discussions](https://docs.google.com/document/d/1vrAy9gMpMoS3uaVphB32uVXX4pi-HnNjkMEgyAHX4N4/preview) - Start here before you join the debate. - Concurrency - [Timeouts](Timeouts) - Abandon async calls that take too long - [LockOSThread](LockOSThread)