LGTM On Fri, Mar 23, 2012 at 3:56 PM, <r@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > ...
12 years, 11 months ago
(2012-03-23 23:00:30 UTC)
#2
LGTM
On Fri, Mar 23, 2012 at 3:56 PM, <r@golang.org> wrote:
> Reviewers: golang-dev_googlegroups.com,
>
> Message:
> Hello golang-dev@googlegroups.com,
>
> I'd like you to review this change to
> https://code.google.com/p/go/
>
>
> Description:
> doc/go1: add mention of packaged releases
> Fixes issue 3245.
>
> Please review this at
http://codereview.appspot.com/**5905045/<http://codereview.appspot.com/5905045/>
>
> Affected files:
> M doc/go1.html
>
>
> Index: doc/go1.html
> ==============================**==============================**=======
> --- a/doc/go1.html
> +++ b/doc/go1.html
> @@ -713,7 +713,7 @@
> <em>Updating</em>:
> Running <code>go</code> <code>fix</code> 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 <code>go install</code> command.
> +a <code>go get</code> command.
> </p>
>
> <h2 id="major">Major changes to the library</h2>
> @@ -2027,3 +2027,12 @@
>
> <h2 id="releases">Packaged releases</h2>
>
> +<p>
> +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
> +<a href="/doc/install">Getting Started</a> page, while
> +the distributions themselves are listed on the
> +<a
href="http://code.google.com/**p/go/downloads/list<http://code.google.com/p/go/downloads/list>">downloads
> page</a>.
>
>
>
Issue 5905045: code review 5905045: doc/go1: add mention of packaged releases
(Closed)
Created 12 years, 11 months ago by r
Modified 12 years, 11 months ago
Reviewers:
Base URL:
Comments: 0