From bc33dd7432369b3abd2a6fd75cb57d6c5c3defa7 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 20 Apr 2016 08:56:33 -0700 Subject: [PATCH] doc/faq: reword the link to the generics proposal A late response to CL 22163. Change-Id: I5275a22af7081875af0256da296811f4fe9832dc Reviewed-on: https://go-review.googlesource.com/22296 Reviewed-by: David Symonds --- doc/go_faq.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/go_faq.html b/doc/go_faq.html index b44c1893a1..5954d17f5d 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -335,8 +335,10 @@ code that does what generics would enable, if less smoothly.

-This remains an open issue. See the generics proposal issue -for more information. +The topic remains open. +For a look at several previous unsuccessful attempts to +design a good generics solution for Go, see +this proposal.

-- 2.48.1