From: Rob Pike Date: Fri, 23 Mar 2012 23:14:07 +0000 (+1100) Subject: doc/go1: add mention of packaged releases X-Git-Tag: weekly.2012-03-27~54 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c5f695e8639f6fccac0c7dca02739c8f64dca5a0;p=gostls13.git doc/go1: add mention of packaged releases Fixes #3245. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5905045 --- diff --git a/doc/go1.html b/doc/go1.html index dcc3300d32..73d562acd3 100644 --- a/doc/go1.html +++ b/doc/go1.html @@ -713,7 +713,7 @@ This table lists the old and new import paths: Updating: Running go fix will update imports of these packages to use the new import paths. Installations that depend on these packages will need to install them using -a go install command. +a go get command.

Major changes to the library

@@ -2027,3 +2027,12 @@ or variable initializations in the C preamble.

Packaged releases

+

+One of the most significant changes associated with Go 1 is the availability +of prepackaged, downloadable distributions. +They are available for many combinations of architecture and operating system +(including Windows) and the list will grow. +Installation details are described on the +Getting Started page, while +the distributions themselves are listed on the +downloads page.