Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
e798cd85
Commit
e798cd85
authored
Apr 03, 2013
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: mention godoc.org in "How to Write Go Code"
R=golang-dev, r CC=golang-dev
https://golang.org/cl/8344043
parent
ee923e3f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
code.html
doc/code.html
+4
-3
No files found.
doc/code.html
View file @
e798cd85
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment