diff --git a/doc/go_faq.html b/doc/go_faq.html index 312d0e2c5a9..5f92b0528a6 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -558,7 +558,8 @@ type Fooer interface {

A type must then implement the ImplementsFooer method to be a -Fooer, clearly documenting the fact. +Fooer, clearly documenting the fact and announcing it in +godoc's output.