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:
parent
75d4cb6a02
commit
393ea2dfa8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user