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,