1
0
mirror of https://github.com/golang/go synced 2024-11-21 09:24:42 -07:00

doc: mention godoc in "implements" FAQ

R=r
CC=golang-dev
https://golang.org/cl/4248066
This commit is contained in:
Andrew Gerrand 2011-03-17 16:37:34 +11:00
parent 75d4cb6a02
commit 393ea2dfa8

View 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>