Commit e798cd85 authored by Andrew Gerrand's avatar Andrew Gerrand

doc: mention godoc.org in "How to Write Go Code"

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8344043
parent ee923e3f
...@@ -22,7 +22,7 @@ A similar explanation is available as a ...@@ -22,7 +22,7 @@ A similar explanation is available as a
</p> </p>
<h2 id="GOPATH">Code organization</h2> <h2 id="Organization">Code organization</h2>
<h3 id="Workspaces">Workspaces</h3> <h3 id="Workspaces">Workspaces</h3>
...@@ -569,8 +569,9 @@ import "code.google.com/p/go.example/newmath" ...@@ -569,8 +569,9 @@ import "code.google.com/p/go.example/newmath"
<p> <p>
This convention is the easiest way to make your Go packages available for This convention is the easiest way to make your Go packages available for
others to use. others to use.
The <a href="http://code.google.com/p/go-wiki/wiki/Projects">Go Community Wiki</a> The <a href="http://code.google.com/p/go-wiki/wiki/Projects">Go Wiki</a>
has a list of external Go projects including programs and libraries. and <a href="http://godoc.org/">godoc.org</a>
provide lists of external Go projects.
</p> </p>
<p> <p>
......
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