diff --git a/_content/doc/go_faq.html b/_content/doc/go_faq.html index 23a3080c9b..67dc0b9bd4 100644 --- a/_content/doc/go_faq.html +++ b/_content/doc/go_faq.html @@ -446,8 +446,10 @@

Why does Go not have feature X?

Why does Go not have generic types?

-Generics may well be added at some point. We don't feel an urgency for -them, although we understand some programmers do. +A language proposal +implementing a form of generic types has been accepted for +inclusion in the language. +If all goes well it will be available in the Go 1.18 release.