From 4d7d3f532896e70489bae7c9dc54ca88ccef91bc Mon Sep 17 00:00:00 2001 From: Sanjay Menakuru Date: Fri, 2 Mar 2012 11:29:09 -0500 Subject: [PATCH] doc: fix some HTML errors in code.html R=golang-dev, rsc CC=adg, golang-dev https://golang.org/cl/5720050 --- doc/code.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/code.html b/doc/code.html index ff3d7dcf005..768a9995a2f 100644 --- a/doc/code.html +++ b/doc/code.html @@ -53,7 +53,7 @@ command executables. It has a prescribed structure of three subdirectories:

@@ -204,7 +204,7 @@ Go's naming conventions.

-

Building and installing

+

Building and installing

The go command comprises several subcommands, the most central being @@ -406,7 +406,7 @@ Run go help test and see the

-

Remote packages

+

Remote packages

An import path can describe how to obtain the package source code using a