Skip to content

Commit 33d72fd

Browse files
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 <[email protected]> Reviewed-by: Rob Pike <[email protected]>
1 parent 852ce7c commit 33d72fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: doc/go_faq.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,10 @@ <h3 id="Why_doesnt_Go_have_feature_X">Why does Go not have feature X?</h3>
446446
<h3 id="generics">
447447
Why does Go not have generic types?</h3>
448448
<p>
449-
Generics may well be added at some point. We don't feel an urgency for
450-
them, although we understand some programmers do.
449+
A <a href="https://golang.org/issue/43651">language proposal
450+
implementing a form of generic types</a> has been accepted for
451+
inclusion in the language.
452+
If all goes well it will be available in the Go 1.18 release.
451453
</p>
452454

453455
<p>

0 commit comments

Comments
 (0)