diff --git a/doc/install-source.html b/doc/install-source.html index e7ebf1027b..c1ef4e7199 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -69,8 +69,8 @@ goroutines, such as stacks that grow and shrink on demand.
-The compilers can target the FreeBSD, Linux, NetBSD, OpenBSD, OS X (Darwin), Plan 9, -Solaris and Windows operating systems. +The compilers can target the DragonFly BSD, FreeBSD, Linux, NetBSD, OpenBSD, +OS X (Darwin), Plan 9, Solaris and Windows operating systems. The full set of supported combinations is listed in the discussion of environment variables below.
@@ -358,7 +358,7 @@ These default to the values of$GOHOSTOS
and
Choices for $GOOS
are
-darwin
(Mac OS X 10.6 and above), freebsd
,
+darwin
(Mac OS X 10.6 and above), dragonfly
, freebsd
,
linux
, netbsd
, openbsd
,
plan9
, solaris
and windows
.
Choices for $GOARCH
are
@@ -376,6 +376,12 @@ The valid combinations of $GOOS
and $GOARCH
are:
darwin
amd64
dragonfly
386
dragonfly
amd64
freebsd
386