aboutsummaryrefslogtreecommitdiff
path: root/content/gophercon.article
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2020-03-09 22:11:04 -0400
committerRuss Cox <rsc@golang.org>2020-03-11 14:10:08 +0000
commit482079d678d84e207dd9ae63266c4bd4e653886b (patch)
tree62aa3b630bbe982904f5495fe2cc53d60a87c92d /content/gophercon.article
parent0b4fcd39865e575704b5928c9a8f1cd21e18e8b2 (diff)
content: wrap long lines using new program wrap.go
Wrapping long lines will make diffs easier to read for the eventual conversion to Markdown. For golang/go#33955. Change-Id: Ibcc1b5a84ccc9144b5fcdc9266f2da3e2cf3c5a3 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222839 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'content/gophercon.article')
-rw-r--r--content/gophercon.article15
1 files changed, 11 insertions, 4 deletions
diff --git a/content/gophercon.article b/content/gophercon.article
index 4777b78..e7d8931 100644
--- a/content/gophercon.article
+++ b/content/gophercon.article
@@ -19,13 +19,17 @@ A [[http://confreaks.com/events/gophercon2014][complete set of video recordings]
Two keynotes framed the conference:
-- Rob Pike's opening talk [[https://www.youtube.com/watch?v=VoS7DsT1rdM]["Hello, Gophers!"]] ([[https://talks.golang.org/2014/hellogophers.slide][slides]]) discusses the history of Go by walking through two of the first Go programs.
-- Andrew Gerrand's closing talk [[https://www.youtube.com/watch?v=dKGmK_Z1Zl0]["Go for gophers"]] ([[https://talks.golang.org/2014/go4gophers.slide][slides]]) explains the Go design philosophy through the lens of his personal experience learning the language.
+- Rob Pike's opening talk [[https://www.youtube.com/watch?v=VoS7DsT1rdM]["Hello, Gophers!"]] ([[https://talks.golang.org/2014/hellogophers.slide][slides]])
+ discusses the history of Go by walking through two of the first Go programs.
+- Andrew Gerrand's closing talk [[https://www.youtube.com/watch?v=dKGmK_Z1Zl0]["Go for gophers"]] ([[https://talks.golang.org/2014/go4gophers.slide][slides]]) explains
+ the Go design philosophy through the lens of his personal experience learning the language.
One talk that resonated with members of the Go team was Peter Bourgon's
[[https://www.youtube.com/watch?v=Y1-RLAl7iOI]["Best practices for Production Environments"]]
([[http://peter.bourgon.org/go-in-production/][notes]]).
-From deployment to dependency management, it answers many frequently asked questions about Go use in the real world and is a must-see for anyone serious about building systems in Go.
+From deployment to dependency management,
+it answers many frequently asked questions about Go use in the real world
+and is a must-see for anyone serious about building systems in Go.
But, really, you should just [[http://confreaks.com/events/gophercon2014][watch them all]].
They're great.
@@ -45,7 +49,10 @@ and we were moved by the passion and dedication of the Go community.
It was a thrill to see the many different ways people are using the language.
It was also great to put faces to many of the names we know well through their contributions to the project.
-We would like to extend our thanks and congratulations to the GopherCon organizers (Brian Ketelsen and Erik St. Martin), the excellent speakers, and the tireless volunteers that pitched in to make the event such a success.
+We would like to extend our thanks and congratulations to the GopherCon
+organizers (Brian Ketelsen and Erik St.
+Martin), the excellent speakers, and the tireless volunteers that pitched
+in to make the event such a success.
We look forward to GopherCon 2015, which promises to be bigger and better still.
But if you really can't wait, we'll see you at [[http://www.dotgo.eu/][dotGo]] in Paris on the 10th of October!