aboutsummaryrefslogtreecommitdiff
path: root/content/gophercon2015.article
Commit message (Collapse)AuthorAge
* content: make spacing consistent + remove commentsRuss Cox2020-03-11
| | | | | | | | | | | | Remove repeated blank lines, trailing spaces, trailing blank lines Remove comments from survey2018.article (only article using them). Remove blank lines between successive ".commands". For golang/go#33955. Change-Id: I90cae37a859a8e39549520569d5f10bc455415d3 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222841 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: wrap long lines using new program wrap.goRuss Cox2020-03-11
| | | | | | | | | | | 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>
* content: change more links from http to httpsBrad Fitzpatrick2018-04-13
| | | | | | | | | | | | | talks.golang.org blog.golang.org godoc.org swtch.com And few misc ones done by hand. Change-Id: Ia2c4fee630814a1ef3b143098bbac3edd6a45064 Reviewed-on: https://go-review.googlesource.com/106977 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: link GopherCon lightning talk videosNathan Youngman2015-08-22
| | | | | | Change-Id: I270148b9ae9afde304144a57c43faae872a66bfa Reviewed-on: https://go-review.googlesource.com/13819 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content: add "GopherCon 2015 Roundup"Andrew Gerrand2015-07-29
Change-Id: I05cb4a4d4b0f0436181ee5d1ec59c10c757edf8d Reviewed-on: https://go-review.googlesource.com/12786 Reviewed-by: Rob Pike <r@golang.org>