]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention godoc.org in "How to Write Go Code"
authorAndrew Gerrand <adg@golang.org>
Wed, 3 Apr 2013 21:56:11 +0000 (08:56 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 3 Apr 2013 21:56:11 +0000 (08:56 +1100)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8344043

doc/code.html

index 26f3e6d9b99cd8124b50f8f44b3ef8024a2f7082..e3f53e6f27759927bb7a1672c3cec24d26be261a 100644 (file)
@@ -22,7 +22,7 @@ A similar explanation is available as a
 </p>
 
 
-<h2 id="GOPATH">Code organization</h2>
+<h2 id="Organization">Code organization</h2>
 
 <h3 id="Workspaces">Workspaces</h3>
 
@@ -569,8 +569,9 @@ import "code.google.com/p/go.example/newmath"
 <p>
 This convention is the easiest way to make your Go packages available for
 others to use.
-The <a href="http://code.google.com/p/go-wiki/wiki/Projects">Go Community Wiki</a>
-has a list of external Go projects including programs and libraries.
+The <a href="http://code.google.com/p/go-wiki/wiki/Projects">Go Wiki</a>
+and <a href="http://godoc.org/">godoc.org</a>
+provide lists of external Go projects.
 </p>
 
 <p>