From 6687e52ab16a5af31f4e861e4f43773a534e04d4 Mon Sep 17 00:00:00 2001
From: Joel Sing
-The compilers can target the FreeBSD, Linux,
+The compilers can target the FreeBSD, Linux, OpenBSD
and OS X (a.k.a. Darwin) operating systems.
(A port to Microsoft Windows is in progress but incomplete. See the
Windows Port
@@ -373,9 +373,9 @@ to override the defaults.
$GOHOSTARCH respectively (described below).
- Choices for $GOOS are linux,
- freebsd,
+ Choices for $GOOS are
darwin (Mac OS X 10.5 or 10.6),
+ freebsd, linux, openbsd,
and windows (Windows, an incomplete port).
Choices for $GOARCH are amd64 (64-bit x86, the most mature port),
386 (32-bit x86), and
@@ -407,6 +407,12 @@ to override the defaults.
linuxarmopenbsd386openbsdamd64windows386