aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateus Amin <mateus.amin@gmail.com>2017-10-11 15:31:49 -0400
committerIan Lance Taylor <iant@golang.org>2017-10-11 20:07:07 +0000
commitcb957aeb908c327744e5e67c58e4cbd7c52b544f (patch)
treef202eb68c768ea1ec13282837b02d377e8b375ae
parenta79a44d5044d1684c3dea1fb53e932f589bb0739 (diff)
content: fixed Bossie Award citation block quote
The block quote for the Bossie Award citation included the Go team's response. I separated the response into a new paragraph. Change-Id: I69f9983e0b81f6a54882e8e8d0a2822a8be2df8c Reviewed-on: https://go-review.googlesource.com/69992 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--content/go-wins-2010-bossie-award.article4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/go-wins-2010-bossie-award.article b/content/go-wins-2010-bossie-award.article
index a48fb1c..1f35c2c 100644
--- a/content/go-wins-2010-bossie-award.article
+++ b/content/go-wins-2010-bossie-award.article
@@ -7,4 +7,6 @@ Andrew Gerrand
The Go project has been awarded a [[http://www.infoworld.com/d/open-source/bossie-awards-2010-the-best-open-source-application-development-software-140&current=2&last=1][Bossie Award]] for "best open source application development software." The [[http://www.infoworld.com/d/open-source/bossie-awards-2010-the-best-open-source-software-the-year-115][Bossie Awards]] have been given each year since 2007 by [[http://infoworld.com/][InfoWorld]] to recognize the best Open Source projects. Their citation reads:
-Google's Go language tries to restore simplicity to programming. It does away with numerous constructs that have crept into all OO languages by re-imagining how to simplify and improve the conversation between a developer and the code. Go provides garbage collection, type safety, memory safety, and built-in support for concurrency and for Unicode characters. In addition, it compiles (fast!) to binaries for multiple platforms. Go is still in development (new features are being added) and it has limitations, notably poor support for Windows. But it shows a new, exciting direction in programming languages.The Go team are pleased to accept this award. It reflects not only our hard work, but also the efforts of the growing community of Go developers to whom we must extend our sincere thanks.
+Google's Go language tries to restore simplicity to programming. It does away with numerous constructs that have crept into all OO languages by re-imagining how to simplify and improve the conversation between a developer and the code. Go provides garbage collection, type safety, memory safety, and built-in support for concurrency and for Unicode characters. In addition, it compiles (fast!) to binaries for multiple platforms. Go is still in development (new features are being added) and it has limitations, notably poor support for Windows. But it shows a new, exciting direction in programming languages.
+
+The Go team are pleased to accept this award. It reflects not only our hard work, but also the efforts of the growing community of Go developers to whom we must extend our sincere thanks.