Skip to content

Commit 1e4770b

Browse files
committed
_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 <[email protected]> Run-TryBot: Russ Cox <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 04c64e9 commit 1e4770b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: _content/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)