]> Cypherpunks repositories - gostls13.git/commitdiff
doc: link to iant's generics proposal from the FAQ.
authorDavid Symonds <dsymonds@golang.org>
Sun, 17 Apr 2016 23:20:58 +0000 (09:20 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 18 Apr 2016 03:14:45 +0000 (03:14 +0000)
Updates #15292.

Change-Id: I229f66c2a41ae0738225f2ba7a574478f5d6d620
Reviewed-on: https://go-review.googlesource.com/22163
Reviewed-by: Andrew Gerrand <adg@golang.org>
Reviewed-on: https://go-review.googlesource.com/22166
Reviewed-by: David Symonds <dsymonds@golang.org>
doc/go_faq.html

index b5f9772787678949edde8d7c0a089aea88d7fcf9..c4c506b03ef6ff96994c66395f8259db1a11027e 100644 (file)
@@ -335,7 +335,8 @@ code that does what generics would enable, if less smoothly.
 </p>
 
 <p>
-This remains an open issue.
+This remains an open issue. See <a href="https://golang.org/issue/15292">the generics proposal issue</a>
+for more information.
 </p>
 
 <h3 id="exceptions">