]> 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)
committerDavid Symonds <dsymonds@golang.org>
Mon, 18 Apr 2016 01:51:26 +0000 (01:51 +0000)
Updates #15292.

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

index e1594e5c7cc6c54193a768a1a4457f1e9ed50ebd..b44c1893a149159c246b757d49fb161d24f5d47a 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">