Skip to content

Commit

Permalink
_content/doc: add go_faq.html change
Browse files Browse the repository at this point in the history
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 <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
  • Loading branch information
rsc committed Feb 16, 2021
1 parent 04c64e9 commit 1e4770b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _content/doc/go_faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,10 @@ <h3 id="Why_doesnt_Go_have_feature_X">Why does Go not have feature X?</h3>
<h3 id="generics">
Why does Go not have generic types?</h3>
<p>
Generics may well be added at some point. We don't feel an urgency for
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
inclusion in the language.
If all goes well it will be available in the Go 1.18 release.
</p>

<p>
Expand Down

0 comments on commit 1e4770b

Please sign in to comment.