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 @@ -
This document explains how to write a new package, @@ -21,7 +21,7 @@ enables discussions about design before much code has been written.
-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.
-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.
-
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.
Changes to Go must be reviewed before they are submitted,