From c17394df31db2d9ab190828c8424279681d2b3b8 Mon Sep 17 00:00:00 2001 From: Peter Mundy Date: Wed, 8 Dec 2010 20:27:45 +1100 Subject: [PATCH] doc: fix installation $GOOS choices The $GOOS choices text and combinations list should match. R=adg CC=golang-dev https://golang.org/cl/3485046 --- doc/install.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/install.html b/doc/install.html index 1c344e425c..8df3d423c6 100644 --- a/doc/install.html +++ b/doc/install.html @@ -340,7 +340,8 @@ to override the defaults. Choices for $GOOS are linux, freebsd, darwin (Mac OS X 10.5 or 10.6), - and nacl (Native Client, an incomplete port). + nacl (Native Client, an incomplete port), + and windows (Windows, an incomplete port). Choices for $GOARCH are amd64 (64-bit x86, the most mature port), 386 (32-bit x86), and arm (32-bit ARM, an incomplete port). -- 2.50.0