From: Rob Pike Date: Wed, 11 Nov 2009 19:44:27 +0000 (-0800) Subject: add a paragraph in the FAQ about the situation with Windows support X-Git-Tag: weekly.2009-11-12~35 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d8134e73c7a8beab367ac19ae0115772edde7df6;p=gostls13.git add a paragraph in the FAQ about the situation with Windows support R=rsc, iant CC=golang-dev https://golang.org/cl/154059 --- diff --git a/doc/go_faq.html b/doc/go_faq.html index 1d819baf2e..6aef90c78b 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -78,6 +78,18 @@ lack of concurrency awareness—are rooted in the design of the C and C++ languages themselves. We felt a viable solution required a more complete approach. +

+Why doesn't Go run on Windows?

+ +

+We understand that a significant fraction of computers in the world +run Windows and it would be great if those computers could run Go +programs. However, the Go team is small and we don't have the +resources to do a Windows port at the moment. We would be +more than willing to answer questions and offer advice to anyone +willing to develop a Windows version. +

+

Usage