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:
src
contains Go source files,
pkg
contains compiled package objects, and
-bin
contains executable commands.
+bin
contains executable commands.
@@ -204,7 +204,7 @@ Go's naming conventions.
-
The go
command comprises several subcommands, the most central being
@@ -406,7 +406,7 @@ Run go help test
and see the
An import path can describe how to obtain the package source code using a