aboutsummaryrefslogtreecommitdiff
path: root/content/getthee-to-go-meetup.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/getthee-to-go-meetup.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/getthee-to-go-meetup.article')
-rw-r--r--content/getthee-to-go-meetup.article25
1 files changed, 21 insertions, 4 deletions
diff --git a/content/getthee-to-go-meetup.article b/content/getthee-to-go-meetup.article
index d2f586a..6f12947 100644
--- a/content/getthee-to-go-meetup.article
+++ b/content/getthee-to-go-meetup.article
@@ -6,10 +6,27 @@ Andrew Gerrand
* Introduction
-Last week, David Symonds and I each gave talks at Sydney's Go meetup, [[http://www.meetup.com/golang-syd/][golang-syd]]. Dave spoke about [[http://talks.godoc.org/github.com/dsymonds/talks/2013-feb-golang-syd/golang-syd.slide][Go API design in the context of Protocol Buffers]], and I discussed some neat tricks in the construction of [[http://talks.godoc.org/github.com/nf/streak/talk.slide][a small command-line program]]. The presentations were short but provoked some good questions and interesting discussion. Of the 50-odd attendees, most were regular Go programmers and a fair chunk write Go code professionally. It was a fun night.
+Last week, David Symonds and I each gave talks at Sydney's Go meetup,
+[[http://www.meetup.com/golang-syd/][golang-syd]].
+Dave spoke about [[http://talks.godoc.org/github.com/dsymonds/talks/2013-feb-golang-syd/golang-syd.slide][Go API design in the context of Protocol Buffers]],
+and I discussed some neat tricks in the construction of [[http://talks.godoc.org/github.com/nf/streak/talk.slide][a small command-line program]].
+The presentations were short but provoked some good questions and interesting discussion.
+Of the 50-odd attendees, most were regular Go programmers and a fair chunk
+write Go code professionally. It was a fun night.
-It would have been great to see you there but, statistically, you're not from Sydney. Despair not, however, as there are likely some people in your area who either run a Go meetup or want to start one.
+It would have been great to see you there but,
+statistically, you're not from Sydney.
+Despair not, however, as there are likely some people in your area who either
+run a Go meetup or want to start one.
-The Go wiki lists [[https://golang.org/wiki/GoUserGroups][Go user groups]] around the world, so if there's one nearby you should consider going along to the next event.
+The Go wiki lists [[https://golang.org/wiki/GoUserGroups][Go user groups]] around the world,
+so if there's one nearby you should consider going along to the next event.
-If not, why not start your own? To gauge interest, ask around in the [[https://plus.google.com/communities/114112804251407510571][Go+ Community]] and the [[http://groups.google.com/group/golang-nuts][golang-nuts mailing list]], and take a look at this [[http://golang.meetup.com/all/][list of people]] waiting for a Go meetup in their area. Once you have a few people interested - and at least one person willing to present something - pick a venue and set a date. If you build it, they will come.
+If not, why not start your own? To gauge interest,
+ask around in the [[https://plus.google.com/communities/114112804251407510571][Go+ Community]] and
+the [[http://groups.google.com/group/golang-nuts][golang-nuts mailing list]], and
+take a look at this [[http://golang.meetup.com/all/][list of people]] waiting
+for a Go meetup in their area.
+Once you have a few people interested - and at least one person willing
+to present something - pick a venue and set a date.
+If you build it, they will come.