From d8134e73c7a8beab367ac19ae0115772edde7df6 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 11 Nov 2009 11:44:27 -0800 Subject: [PATCH] add a paragraph in the FAQ about the situation with Windows support R=rsc, iant CC=golang-dev https://golang.org/cl/154059 --- doc/go_faq.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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

-- 2.50.0