From: Ian Lance Taylor Date: Mon, 15 Feb 2021 01:21:56 +0000 (-0800) Subject: doc/faq: update generics entry to reflect accepted proposal X-Git-Tag: go1.16~1^2~7 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=33d72fd4122a4b7e31e738d5d9283093966ec14a;p=gostls13.git doc/faq: update generics entry to reflect accepted proposal For #43651 Change-Id: Idb511f4c759d9a77de289938c19c2c1d4a542a17 Reviewed-on: https://go-review.googlesource.com/c/go/+/291990 Trust: Ian Lance Taylor Reviewed-by: Rob Pike --- 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 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.