We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852ce7c commit 33d72fdCopy full SHA for 33d72fd
doc/go_faq.html
@@ -446,8 +446,10 @@ <h3 id="Why_doesnt_Go_have_feature_X">Why does Go not have feature X?</h3>
446
<h3 id="generics">
447
Why does Go not have generic types?</h3>
448
<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.
+A <a href="https://golang.org/issue/43651">language proposal
+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.
453
</p>
454
455
0 commit comments