]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention godoc in "implements" FAQ
authorAndrew Gerrand <adg@golang.org>
Thu, 17 Mar 2011 05:37:34 +0000 (16:37 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 17 Mar 2011 05:37:34 +0000 (16:37 +1100)
R=r
CC=golang-dev
https://golang.org/cl/4248066

doc/go_faq.html

index 312d0e2c5a923bbe35c809bbd166961e059c41f6..5f92b0528a6c36903597fe4c297240b95b7f9f59 100644 (file)
@@ -558,7 +558,8 @@ type Fooer interface {
 
 <p>
 A type must then implement the <code>ImplementsFooer</code> method to be a
-<code>Fooer</code>, clearly documenting the fact.
+<code>Fooer</code>, clearly documenting the fact and announcing it in
+<a href="/cmd/godoc/">godoc</a>'s output.
 </p>
 
 <pre>