]> Cypherpunks repositories - gostls13.git/commitdiff
doc/faq: reword the link to the generics proposal
authorRob Pike <r@golang.org>
Wed, 20 Apr 2016 15:56:33 +0000 (08:56 -0700)
committerRob Pike <r@golang.org>
Wed, 20 Apr 2016 20:51:52 +0000 (20:51 +0000)
A late response to CL 22163.

Change-Id: I5275a22af7081875af0256da296811f4fe9832dc
Reviewed-on: https://go-review.googlesource.com/22296
Reviewed-by: David Symonds <dsymonds@golang.org>
doc/go_faq.html

index b44c1893a149159c246b757d49fb161d24f5d47a..5954d17f5d5e1956ae3ba94b7307090cdb711933 100644 (file)
@@ -335,8 +335,10 @@ code that does what generics would enable, if less smoothly.
 </p>
 
 <p>
-This remains an open issue. See <a href="https://golang.org/issue/15292">the generics proposal issue</a>
-for more information.
+The topic remains open.
+For a look at several previous unsuccessful attempts to
+design a good generics solution for Go, see
+<a href="https://golang.org/issue/15292">this proposal</a>.
 </p>
 
 <h3 id="exceptions">