aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-11-09 16:56:17 -0800
committerRuss Cox <rsc@golang.org>2009-11-09 16:56:17 -0800
commit6c7f9f63409a754d217dfae02aee417234212cf3 (patch)
treedf5205a8534e4f0abeff7765ff4f2c2476b33a98
parentc11026957972c5684596545e13b8f86cd00c73dd (diff)
downloadgo-6c7f9f63409a754d217dfae02aee417234212cf3.tar.gz
go-6c7f9f63409a754d217dfae02aee417234212cf3.zip
add id tags to contribute.html
R=r http://go/go-review/1025033
-rw-r--r--doc/contribute.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/contribute.html b/doc/contribute.html
index 9650ddd5df..7fd680daf8 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -1,6 +1,6 @@
<!-- Contributing to the Go project -->
-<h2>Introduction</h2>
+<h2 id="Introduction">Introduction</h2>
<p>
This document explains how to write a new package,
@@ -21,7 +21,7 @@ enables discussions about design before much code
has been written.
</p>
-<h2>Community resources</h2>
+<h2 id="Community_resources">Community resources</h2>
<p>
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.
</p>
-<h2>Creating a new package</h2>
+<h2 id="New_package">Creating a new package</h2>
<p>
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.
that topic.
</p>
-<h2>Testing</h2>
+<h2 id="Testing">Testing</h2>
<p>
Go has a lightweight test framework known as <code>gotest</code>.
@@ -193,7 +193,7 @@ Once your new code is tested and working,
it's time to get it reviewed and submitted.
</p>
-<h2>Code review</h2>
+<h2 id="Code_review">Code review</h2>
<p>
Changes to Go must be reviewed before they are submitted,