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.7beta1~630
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3629814c4399010a47f146516511ecfef64f05c3;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
---
diff --git a/doc/go_faq.html b/doc/go_faq.html
index e1594e5c7c..b44c1893a1 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.