From 6c7f9f63409a754d217dfae02aee417234212cf3 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 9 Nov 2009 16:56:17 -0800 Subject: [PATCH] add id tags to contribute.html R=r http://go/go-review/1025033 --- doc/contribute.html | 10 +++++----- 1 file 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 @@ -

Introduction

+

Introduction

This document explains how to write a new package, @@ -21,7 +21,7 @@ enables discussions about design before much code has been written.

-

Community resources

+

Community resources

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.

-

Creating a new package

+

Creating a new package

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.

-

Testing

+

Testing

Go has a lightweight test framework known as gotest. @@ -193,7 +193,7 @@ Once your new code is tested and working, it's time to get it reviewed and submitted.

-

Code review

+

Code review

Changes to Go must be reviewed before they are submitted, -- 2.50.0