diff --git a/doc/go_faq.html b/doc/go_faq.html index b44c1893a1..5954d17f5d 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -335,8 +335,10 @@ code that does what generics would enable, if less smoothly.

-This remains an open issue. See the generics proposal issue -for more information. +The topic remains open. +For a look at several previous unsuccessful attempts to +design a good generics solution for Go, see +this proposal.