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
6c7f9f63
Commit
6c7f9f63
authored
Nov 10, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add id tags to contribute.html
R=r
http://go/go-review/1025033
parent
c1102695
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
contribute.html
doc/contribute.html
+5
-5
No files found.
doc/contribute.html
View file @
6c7f9f63
<!-- Contributing to the Go project -->
<!-- Contributing to the Go project -->
<h2>
Introduction
</h2>
<h2
id=
"Introduction"
>
Introduction
</h2>
<p>
<p>
This document explains how to write a new package,
This document explains how to write a new package,
...
@@ -21,7 +21,7 @@ enables discussions about design before much code
...
@@ -21,7 +21,7 @@ enables discussions about design before much code
has been written.
has been written.
</p>
</p>
<h2>
Community resources
</h2>
<h2
id=
"Community_resources"
>
Community resources
</h2>
<p>
<p>
For real-time help, there may be users or developers on
For real-time help, there may be users or developers on
...
@@ -44,7 +44,7 @@ that receives a message summarizing each checkin to the Go repository.
...
@@ -44,7 +44,7 @@ that receives a message summarizing each checkin to the Go repository.
</p>
</p>
<h2>
Creating a new package
</h2>
<h2
id=
"New_package"
>
Creating a new package
</h2>
<p>
<p>
The source code for the package with import path
The source code for the package with import path
...
@@ -141,7 +141,7 @@ Writing clean, idiomatic Go code is beyond the scope of this document.
...
@@ -141,7 +141,7 @@ Writing clean, idiomatic Go code is beyond the scope of this document.
that topic.
that topic.
</p>
</p>
<h2>
Testing
</h2>
<h2
id=
"Testing"
>
Testing
</h2>
<p>
<p>
Go has a lightweight test framework known as
<code>
gotest
</code>
.
Go has a lightweight test framework known as
<code>
gotest
</code>
.
...
@@ -193,7 +193,7 @@ Once your new code is tested and working,
...
@@ -193,7 +193,7 @@ Once your new code is tested and working,
it's time to get it reviewed and submitted.
it's time to get it reviewed and submitted.
</p>
</p>
<h2>
Code review
</h2>
<h2
id=
"Code_review"
>
Code review
</h2>
<p>
<p>
Changes to Go must be reviewed before they are submitted,
Changes to Go must be reviewed before they are submitted,
...
...
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