1
0
mirror of https://github.com/golang/go synced 2024-11-11 21:20:21 -07:00

doc: fix installation $GOOS choices

The $GOOS choices text and combinations list should match.

R=adg
CC=golang-dev
https://golang.org/cl/3485046
This commit is contained in:
Peter Mundy 2010-12-08 20:27:45 +11:00 committed by Andrew Gerrand
parent 4ba27e27f3
commit c17394df31

View File

@ -340,7 +340,8 @@ to override the defaults.
Choices for <code>$GOOS</code> are <code>linux</code>,
<code>freebsd</code>,
<code>darwin</code> (Mac OS X 10.5 or 10.6),
and <code>nacl</code> (Native Client, an incomplete port).
<code>nacl</code> (Native Client, an incomplete port),
and <code>windows</code> (Windows, an incomplete port).
Choices for <code>$GOARCH</code> are <code>amd64</code> (64-bit x86, the most mature port),
<code>386</code> (32-bit x86), and
<code>arm</code> (32-bit ARM, an incomplete port).