]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add link to WindowsPort page from install.html
authorAndrew Gerrand <adg@golang.org>
Tue, 7 Dec 2010 21:31:26 +0000 (08:31 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 7 Dec 2010 21:31:26 +0000 (08:31 +1100)
R=r
CC=golang-dev
https://golang.org/cl/3442042

doc/install.html

index 510464960f94aa04551fe551ebbd5025d478cb38..1c344e425c0e3ac7348a991674e9e435fbb299dd 100644 (file)
@@ -64,7 +64,9 @@ support for segmented stacks, and a strong goroutine implementation.
 <p>
 The compilers can target the FreeBSD, Linux, Native Client,
 and OS X (a.k.a. Darwin) operating systems.
-(A port to Microsoft Windows is in progress but incomplete.)
+(A port to Microsoft Windows is in progress but incomplete.  See the 
+<a href="http://code.google.com/p/go/wiki/WindowsPort">Windows Port</a>
+page for details.)
 The full set of supported combinations is listed in the discussion of
 <a href="#environment">environment variables</a> below.
 </p>