From e798cd857c355650304f55dea35c3d2220bc42c1 Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
Date: Thu, 4 Apr 2013 08:56:11 +1100
Subject: [PATCH] doc: mention godoc.org in "How to Write Go Code"
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8344043
---
doc/code.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
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.
--
2.50.0