Commit 393ea2df authored by Andrew Gerrand's avatar Andrew Gerrand

doc: mention godoc in "implements" FAQ

R=r
CC=golang-dev
https://golang.org/cl/4248066
parent 75d4cb6a
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment