_content/doc: add go_faq.html change

Ported CL 291990 to this repo.
For golang/go#43651.

Change-Id: I3680b32ef7a53b3901e54d4d1dbf680231870490
Reviewed-on: https://go-review.googlesource.com/c/website/+/292290
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
diff --git a/_content/doc/go_faq.html b/_content/doc/go_faq.html
index 23a3080..67dc0b9 100644
--- a/_content/doc/go_faq.html
+++ b/_content/doc/go_faq.html
@@ -446,8 +446,10 @@
 <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>