From: Rob Pike Date: Wed, 20 Apr 2016 15:56:33 +0000 (-0700) Subject: doc/faq: reword the link to the generics proposal X-Git-Tag: go1.7beta1~579 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bc33dd7432369b3abd2a6fd75cb57d6c5c3defa7;p=gostls13.git 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 --- 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.