aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2016-04-18 09:20:58 +1000
committerAndrew Gerrand <adg@golang.org>2016-04-18 03:14:45 +0000
commit6fd563d32a73591d7ad9aba3d392df039265cab5 (patch)
tree6e12bfda7becf687bccff9eb173b8da2a9e8536b
parent0b28d0360b3a5888bcb85b53be6e571338f0406f (diff)
downloadgo-6fd563d32a73591d7ad9aba3d392df039265cab5.tar.gz
go-6fd563d32a73591d7ad9aba3d392df039265cab5.zip
doc: link to iant's generics proposal from the FAQ.
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>
-rw-r--r--doc/go_faq.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/go_faq.html b/doc/go_faq.html
index b5f9772787..c4c506b03e 100644
--- a/doc/go_faq.html
+++ b/doc/go_faq.html
@@ -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">