From 482079d678d84e207dd9ae63266c4bd4e653886b Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 9 Mar 2020 22:11:04 -0400 Subject: 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 --- content/getthee-to-go-meetup.article | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'content/getthee-to-go-meetup.article') 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. -- cgit v1.2.3