aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/go_faq.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/go_faq.html b/doc/go_faq.html
index 23a3080c9b..67dc0b9bd4 100644
--- a/doc/go_faq.html
+++ b/doc/go_faq.html
@@ -446,8 +446,10 @@ they compensate in interesting ways for the lack of <var>X</var>.
<h3 id="generics">
Why does Go not have generic types?</h3>
<p>
-Generics may well be added at some point. We don't feel an urgency for
-them, although we understand some programmers do.
+A <a href="https://golang.org/issue/43651">language proposal
+implementing a form of generic types</a> has been accepted for
+inclusion in the language.
+If all goes well it will be available in the Go 1.18 release.
</p>
<p>