diff options
author | Russ Cox <rsc@golang.org> | 2020-03-09 17:22:06 -0400 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2020-03-11 14:10:00 +0000 |
commit | f10b036ecb1362ffb4428bd9e02a99da4e7189a4 (patch) | |
tree | b90a3cfc400f88608304a56697d4d578b92b4593 | |
parent | 5365b3b53dc72eab9f05ab4ac48e8d1ea658ffae (diff) |
content/company-questionnaire2018: remove UTF BOM and CR LF line endings
For golang/go#33955.
Change-Id: Iecef7537016b629311f67c42500e614ba60b107c
Reviewed-on: https://go-review.googlesource.com/c/blog/+/222837
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r-- | content/company-questionnaire2018.article | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/content/company-questionnaire2018.article b/content/company-questionnaire2018.article index f31acff..5395b41 100644 --- a/content/company-questionnaire2018.article +++ b/content/company-questionnaire2018.article @@ -1,38 +1,38 @@ -Participate in the 2018 Go Company Questionnaire
-4 Oct 2018
-Tags: survey, community
-
-Ran Tao, Steve Francia
-spf@golang.org
-
-* The Go project wants to hear from you!
-
-We need your help to create the best programming language for developing
-simple, reliable, and scalable software. To do this, we need to better
-understand how companies are using Go. Please help by participating in a
-7-minute company questionnaire.
-
-*Who:* If you are in a position to share details like “company name,” “if your
-company is hiring Go developers,” and “reasons your team or company adopted Go”
-then please help us by taking this company questionnaire. We only need one
-response per company (or per department for larger companies). If you aren’t the
-right person, please forward this onto the right person at your company.
-
-_Please_note:_this_is_different_from_our_annual_anonymous_Go_user_survey,_which_
-_will_be_announced_in_November._
-
-*Where:* Please take this 7-minute questionnaire by October 30th:
-[[http://goo.gl/nnPfct][Go Company Questionnaire 2018]].
-
-The questionnaire is confidential, but not anonymous. For more information,
-please refer to Google’s privacy policy
-[[https://policies.google.com/privacy][here]].
-
-The Go project leadership will use your responses to better understand how
-companies use Go and in what ways we can improve their experience.
-
-* Spread the word!
-
-We would like as many companies as possible to participate to help us better
-understand our global user base. Please help us spread the word by sharing this
+Participate in the 2018 Go Company Questionnaire +4 Oct 2018 +Tags: survey, community + +Ran Tao, Steve Francia +spf@golang.org + +* The Go project wants to hear from you! + +We need your help to create the best programming language for developing +simple, reliable, and scalable software. To do this, we need to better +understand how companies are using Go. Please help by participating in a +7-minute company questionnaire. + +*Who:* If you are in a position to share details like “company name,” “if your +company is hiring Go developers,” and “reasons your team or company adopted Go” +then please help us by taking this company questionnaire. We only need one +response per company (or per department for larger companies). If you aren’t the +right person, please forward this onto the right person at your company. + +_Please_note:_this_is_different_from_our_annual_anonymous_Go_user_survey,_which_ +_will_be_announced_in_November._ + +*Where:* Please take this 7-minute questionnaire by October 30th: +[[http://goo.gl/nnPfct][Go Company Questionnaire 2018]]. + +The questionnaire is confidential, but not anonymous. For more information, +please refer to Google’s privacy policy +[[https://policies.google.com/privacy][here]]. + +The Go project leadership will use your responses to better understand how +companies use Go and in what ways we can improve their experience. + +* Spread the word! + +We would like as many companies as possible to participate to help us better +understand our global user base. Please help us spread the word by sharing this post on your social network feeds, at meetups, and in other communities.
\ No newline at end of file |