diff --git a/doc/go1.html b/doc/go1.html index 1665d74e955d66..34e305b93cdbbd 100644 --- a/doc/go1.html +++ b/doc/go1.html @@ -775,7 +775,7 @@
Updating:
Running go
fix
will update almost all code affected by the change.
@@ -1827,7 +1827,7 @@
Updating:
Running go
fix
will update almost all code affected by the change.
@@ -1841,7 +1841,7 @@
-The template
and exp/template/html
packages have moved to
+The template
and exp/template/html
packages have moved to
text/template
and
html/template
.
More significant, the interface to these packages has been simplified.
@@ -2035,4 +2035,4 @@
- + Download Go Click here to visit the downloads page
-Official binary
+Official binary
distributions are available for the FreeBSD (release 10-STABLE and above),
Linux, Mac OS X (10.8 and above), and Windows operating systems and
the 32-bit (386
) and 64-bit (amd64
) x86 processor
@@ -33,7 +33,7 @@
-Go binary distributions are available for these supported operating systems and architectures. +Go binary distributions are available for these supported operating systems and architectures. Please ensure your system meets these requirements before proceeding. If your OS or architecture is not on the list, you may be able to install from source or @@ -77,7 +77,7 @@
-Download the archive
+Download the archive
and extract it into /usr/local
, creating a Go tree in
/usr/local/go
. For example:
-Download the package file,
+Download the package file,
open it, and follow the prompts to install the Go tools.
The package installs the Go distribution to /usr/local/go
.
-Open the MSI file
+Open the MSI file
and follow the prompts to install the Go tools.
By default, the installer puts the Go distribution in c:\Go
.
-Download the zip file and extract it into the directory of your choice (we suggest c:\Go
).
+Download the zip file and extract it into the directory of your choice (we suggest c:\Go
).
diff --git a/doc/root.html b/doc/root.html index 9bdf9274804074..a5119a9ff822ed 100644 --- a/doc/root.html +++ b/doc/root.html @@ -58,7 +58,7 @@
- + Download Go Binary distributions available for