From: David Symonds Date: Sun, 17 Apr 2016 23:20:58 +0000 (+1000) Subject: doc: link to iant's generics proposal from the FAQ. X-Git-Tag: go1.6.2~6 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6fd563d32a73591d7ad9aba3d392df039265cab5;p=gostls13.git 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 Reviewed-on: https://go-review.googlesource.com/22166 Reviewed-by: David Symonds --- 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.

-This remains an open issue. +This remains an open issue. See the generics proposal issue +for more information.