From 7fd29cb024126de10a90c54427e050e7928c54b4 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 9 Mar 2020 23:23:49 -0400 Subject: content: make spacing consistent + remove comments Remove repeated blank lines, trailing spaces, trailing blank lines Remove comments from survey2018.article (only article using them). Remove blank lines between successive ".commands". For golang/go#33955. Change-Id: I90cae37a859a8e39549520569d5f10bc455415d3 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222841 Reviewed-by: Ian Lance Taylor --- content/go-at-io-frequently-asked-questions.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/go-at-io-frequently-asked-questions.article') diff --git a/content/go-at-io-frequently-asked-questions.article b/content/go-at-io-frequently-asked-questions.article index 9b7d009..37a09c3 100644 --- a/content/go-at-io-frequently-asked-questions.article +++ b/content/go-at-io-frequently-asked-questions.article @@ -33,7 +33,7 @@ Additionally, the more Go code we write (and thus the better we learn how to write Go code ourselves), the less we feel the need for such a language feature. -Do you have any plans to support GPU programming? +Do you have any plans to support GPU programming? We don't have any immediate plans to do this, but as Go is architecture-agnostic it's quite possible. The ability to launch a goroutine that runs on a different processor architecture, -- cgit v1.2.3