From a6ce691bd4d59dbf36f5672881d1a37c8fe78375 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 7 Mar 2012 13:57:57 -0500 Subject: [PATCH] doc: give up on OS X Leopard Fixes #3206. R=golang-dev, gri, bradfitz CC=golang-dev https://golang.org/cl/5769046 --- doc/install-source.html | 2 +- doc/install.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install-source.html b/doc/install-source.html index fe3d4637b6..82ff8e740d 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -321,7 +321,7 @@ These default to the values of $GOHOSTOS and

Choices for $GOOS are -darwin (Mac OS X 10.5 and above), freebsd, +darwin (Mac OS X 10.6 and above), freebsd, linux, netbsd, openbsd, plan9, and windows. Choices for $GOARCH are diff --git a/doc/install.html b/doc/install.html index eabb5778bd..83e98bd0d3 100644 --- a/doc/install.html +++ b/doc/install.html @@ -35,7 +35,7 @@ your operating system and processor architecture.

Official binary distributions are available -for the FreeBSD, Linux, Mac OS X, and Windows operating systems +for the FreeBSD, Linux, Mac OS X (Snow Leopard/Lion), and Windows operating systems and the 32-bit (386) and 64-bit (amd64) x86 processor architectures.

-- 2.50.0