From: Andrew Gerrand Date: Wed, 3 Apr 2013 21:56:11 +0000 (+1100) Subject: doc: mention godoc.org in "How to Write Go Code" X-Git-Tag: go1.1rc2~193 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e798cd857c355650304f55dea35c3d2220bc42c1;p=gostls13.git doc: mention godoc.org in "How to Write Go Code" R=golang-dev, r CC=golang-dev https://golang.org/cl/8344043 --- diff --git a/doc/code.html b/doc/code.html index 26f3e6d9b9..e3f53e6f27 100644 --- a/doc/code.html +++ b/doc/code.html @@ -22,7 +22,7 @@ A similar explanation is available as a

-

Code organization

+

Code organization

Workspaces

@@ -569,8 +569,9 @@ import "code.google.com/p/go.example/newmath"

This convention is the easiest way to make your Go packages available for others to use. -The Go Community Wiki -has a list of external Go projects including programs and libraries. +The Go Wiki +and godoc.org +provide lists of external Go projects.