aboutsummaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAge
...
* blog: add go-cloud articleAndrew Bonventre2018-07-24
| | | | | | | | Change-Id: I2338a4f0accf6502718be684e8bfa52f3f670619 Reviewed-on: https://go-review.googlesource.com/125615 Reviewed-by: Cassandra Salisbury <cls@golang.org> Reviewed-by: Ross Light <light@google.com> Reviewed-by: Hsin Tsao <tsao@google.com>
* content: update Twitter username shurcooL to dmitshurDmitri Shuralyov2018-07-23
| | | | | | | | | | | | I have renamed my GitHub username from shurcooL to dmitshur. Update the link in the Contribution Workshop article to point to the new username. Reference: https://twitter.com/dmitshur/status/1021266582834634752. Change-Id: I5562f8534ba1b67ea7981ea46287d66601611dfe Reviewed-on: https://go-review.googlesource.com/125440 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: update ismmkeynote to include job postingsAndrew Bonventre2018-07-18
| | | | | | Change-Id: I6ce80a44fbf734dbe5751ae4dd8702fc5273d43a Reviewed-on: https://go-review.googlesource.com/124695 Reviewed-by: Rick Hudson <rlh@golang.org>
* blog: change title of ismmkeynoteRick Hudson2018-07-18
| | | | | | | | | | | | Changed title to Getting to Go: The Journey of Go's Garbage Collector Did not change the URL as suggested by Rob. It seems too late for such a change. Change-Id: Iff94f637eb51ce431d486b6eed51b14608979a85 Reviewed-on: https://go-review.googlesource.com/124675 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: minor changesRick Hudson2018-07-17
| | | | | | | | | Fix some obvious types, clarify the use of the SLO acronym. Note that a graph was mislabeled. Change-Id: Idf3ca556d33ee8d991bcf8591d5d32b5ce9dee75 Reviewed-on: https://go-review.googlesource.com/124455 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: add link to discussionRick Hudson2018-07-17
| | | | | | | | Link to golang-dev discussion added. Change-Id: Ia1b63d1302fdb6661ad915cf0a63a9bda176f12e Reviewed-on: https://go-review.googlesource.com/124387 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: add a missing space in the ismmkeynote articleBrad Fitzpatrick2018-07-17
| | | | | | | Change-Id: I3dbab5ca96651275dd8cd24eb54b97a59dbb20ee Reviewed-on: https://go-review.googlesource.com/124415 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: version of ISMM keynoteRick Hudson2018-07-16
| | | | | | | | | | | | | | | | This is a blog containing the slides and a transcript of the ISMM keynote that discusses the work we have done to date on the Go GC. It is meant to read like it was a talk and attempts to maintain some of the informality of the actual talk without sacrificing clarity. It's not supposed to have the feel of a formal academic paper. Change-Id: Ied4ba8973cbd6a0808fe72e809ff8cbc565672a9 Reviewed-on: https://go-review.googlesource.com/122797 Reviewed-by: Cassandra Salisbury <cls@golang.org>
* content: modify comment in pipelines articleAurélien Rainone2018-06-12
| | | | | | | | | Add 'the' in front of 'output' to clear up any possible confusion with the variable 'output' declared in the previous function. Change-Id: I6e85a068d29f338d51d3c9c5bd636b850dd308ca Reviewed-on: https://go-review.googlesource.com/114821 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog/content/go-maps-in-action: clean up ambiguous final paragraphRob Pike2018-05-30
| | | | | | | | | | | | | Rewrite final paragraph for clarity. The grammar was ambiguous and confusing. Break up the huge paragraph into multiple lines. I left the rest of the document untouched to localize the changes. Fixes golang/go#25647. Change-Id: I8f3b54c3429e60658437731c357e7e7feb8937f3 Reviewed-on: https://go-review.googlesource.com/115395 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: correct playground socket linkBaokun Lee2018-05-26
| | | | | | Change-Id: I269e75d5f23540803f60299129af6e3c65800f77 Reviewed-on: https://go-review.googlesource.com/114795 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: clean up blog to allow usage with gcloud commandAndrew Bonventre2018-05-24
| | | | | | | | | | | | | | | | | + The app.yaml file needs to be in the same directory as the entry-point Go files, so those are moved from ./blog to ./ + Go files within the context article did not have the +build OMIT directive, so gcloud would view them as files that needed to be built at deploy time. Add the +build OMIT directive and use the context package instead of x/net/context. + Switch to using a service instead of version and update app.yaml to account for this. + Use 1.9 as the runtime. + Remove superfluous .gitignore Change-Id: I7c886849b912bc7f5b67cd2791cb6986d93d5cc7 Reviewed-on: https://go-review.googlesource.com/114455 Reviewed-by: Russ Cox <rsc@golang.org>
* content: add conduct-2018.articleSteve Francia2018-05-23
| | | | | | | | Change-Id: Id9066e8c5002b3ec704a3c0d13af0ed58f5c2327 Reviewed-on: https://go-review.googlesource.com/114091 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
* content/go-brand: minor grammar improvementsNathan Youngman2018-04-28
| | | | | | | | | | Change-Id: Ib7c3f3b40fe572ef32afbf6b8d62ef22150079d6 Change-Id: Ib7c3f3b40fe572ef32afbf6b8d62ef22150079d6 GitHub-Last-Rev: e49dd40d1f636412a670456cf174129d2a27c000 GitHub-Pull-Request: golang/blog#14 Reviewed-on: https://go-review.googlesource.com/110116 Reviewed-by: Steve Francia <spf@golang.org>
* content/go-brand: make slide theme license match all our other contentRuss Cox2018-04-27
| | | | | | | | | | | | | | The blog post says the slide theme is licensed under Creative Commons Attribution-ShareAlike 4.0 International License but we license all our blog content and the gopher images under Creative Commons Attributions 3.0. Do the same here, after discussion with Steve Francia. The use of CC-SA 4 was an oversight. Change-Id: I0bfa720627be719107636f483aca01ba94b229a4 Reviewed-on: https://go-review.googlesource.com/109916 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content/versioning-proposal: fix year of gophercon discussionRuss Cox2018-04-26
| | | | | | | | | | The versioning discussions happened at Gophercon 2016, not 2015. Change-Id: I80236f9f364f080daf0e46a487cab92e71a18a0c Reviewed-on: https://go-review.googlesource.com/109655 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: add new Go brand articleSteve Francia2018-04-26
| | | | | | Change-Id: I40cfa64814bc8580733aad3cbbaf742b282c04d7 Reviewed-on: https://go-review.googlesource.com/109515 Reviewed-by: Russ Cox <rsc@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>
* content: update all golang.org links to httpsAgniva De Sarker2018-04-13
| | | | | | | | | | Ran sed -i 's/\[\[http:\/\/golang.org/\[\[https:\/\/golang.org/g' *.article Change-Id: I88acc5104e1a3fc5e9a1cf11b600b657202d8997 Reviewed-on: https://go-review.googlesource.com/106955 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content/versioning-proposal: fix two linksRuss Cox2018-03-26
| | | | | | | Change-Id: Ife215c4731452cea39431b8b63abef570be14697 Reviewed-on: https://go-review.googlesource.com/102596 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content: add versioning-proposal.articleRuss Cox2018-03-26
| | | | | | | | Change-Id: I1ea2c3d31245109f7ec68ac1a75c8e3d24005410 Reviewed-on: https://go-review.googlesource.com/102595 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Steve Francia <spf@golang.org>
* content: survey 2017 resultsSteve Francia2018-02-26
| | | | | | | Change-Id: I00c17fd14b10f3c1b652bc0bf381a294f7b2cda9 Reviewed-on: https://go-review.googlesource.com/95855 Reviewed-by: Cassandra Salisbury <cls@golang.org> Reviewed-by: Sameer Ajmani <sameer@golang.org>
* content/godoc-documenting-go-code.article: fix link to deprecated examplesAndrew Bonventre2018-02-22
| | | | | | | | Fixes golang/go#24021 Change-Id: Idfeee853653cb44c4b92dff909dec36843ad6b0e Reviewed-on: https://go-review.googlesource.com/96201 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: Go 1.10 is releasedBrad Fitzpatrick2018-02-16
| | | | | | | Change-Id: Icb58772be534e7e85e25b6aac16f3d005fd3bf75 Reviewed-on: https://go-review.googlesource.com/94839 Reviewed-by: Andrew Bonventre <andybons@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* blog: fix code.google.com linksYury Smolsky2018-02-15
| | | | | | | | | | Deprecated links to code.google.com were replaced with relevant links. Fixes golang/go#23688 Change-Id: I6f97ce072258a3a319df22d1df5773726ad5b801 Reviewed-on: https://go-review.googlesource.com/94235 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: remove companies image from hello-china postAndrew Bonventre2018-01-23
| | | | | | Change-Id: If8b556c0ba18569e33ce89cc0dbec575e06f96d7 Reviewed-on: https://go-review.googlesource.com/89175 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content: add content/hello-china.articleAndrew Bonventre2018-01-22
| | | | | | | | | | | | Also update content/gopherchina.article tags. To go live 2018-01-22. Change-Id: I9b8096d4f3ae4b7f9d26337e0e280fbe3ccf835c Reviewed-on: https://go-review.googlesource.com/86735 Reviewed-by: Andrew Gerrand <adg@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org> Reviewed-by: Rob Pike <r@golang.org>
* content/toward-go2: add talk video linkRuss Cox2018-01-10
| | | | | | | Change-Id: Id128255eb4d67e99d4c0c7228747b06308a74789 Reviewed-on: https://go-review.googlesource.com/87275 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content: fix stale links to line numbersAgniva De Sarker2018-01-08
| | | | | | | | | | | | - Changed the links from go1.3 to master. - Removed trailing spaces from several lines. Fixes golang/go#22488 Change-Id: I41748fea956f0329eca0d520134670fa28618657 Reviewed-on: https://go-review.googlesource.com/86095 Reviewed-by: Andrew Bonventre <andybons@golang.org> Reviewed-by: Kevin Burke <kev@inburke.com>
* content: add content/survey2017.articleSteve Francia2017-11-16
| | | | | | Change-Id: Ic6c7b7cc7341f785867e015220785dbcd846721a Reviewed-on: https://go-review.googlesource.com/78010 Reviewed-by: Russ Cox <rsc@golang.org>
* content: add content/8years.articleSteve Francia2017-11-10
| | | | | | Change-Id: Id0d07b72f91d181dbf2d40cae650cca4980e8f84 Reviewed-on: https://go-review.googlesource.com/76970 Reviewed-by: Russ Cox <rsc@golang.org>
* blog: Fix Decoding arbitrary data exampleKenny Grant2017-10-19
| | | | | | | | | | | | | The example on the blog post json-and-go describes decoding arbitrary data, but instead of switching on the default concrete type for numbers - float64, it looks for int, making it print: is of a type I don't know how to handle. This change looks for float64 instead of int. Change-Id: I86825003893216dd52212d7f75239ec57770a83b Reviewed-on: https://go-review.googlesource.com/71930 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: fixed Bossie Award citation block quoteMateus Amin2017-10-11
| | | | | | | | | 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>
* content: fixed broken url for Stanford CSC talkMateus Amin2017-10-06
| | | | | | | | | Looks like Stanford moved the Computer Systems Colloquium talks to their youtube channel. Change-Id: Ib93da9c12904ae4470218195bd82be7ebd9f3b8d Reviewed-on: https://go-review.googlesource.com/69070 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content/contributor-workshop.article: typos/editsMatthew Broberg2017-09-29
| | | | | | | | | | * Edits to my section * Corrected link to my account * Making it a little more fun to read Change-Id: I82137abe8acdb79b96eb24732de2c2ef9d070a27 Reviewed-on: https://go-review.googlesource.com/54891 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: remove-unused-image-fileNoble Johnson2017-09-29
| | | | | | | | File content/gopherbelly.jpg not used anywhere, it is safe to delete this. Change-Id: I0bc36c07488b84f6ecbfc96437645432277fd0b9 Reviewed-on: https://go-review.googlesource.com/38283 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: update link to point to first slide rather than lastRobin Eklind2017-09-29
| | | | | | Change-Id: I6098050db999660d515c3106be7c22eb167ced66 Reviewed-on: https://go-review.googlesource.com/55031 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: correct mistake in "Slices" articleGabriel Aszalos2017-09-19
| | | | | | Change-Id: Ie994d952ff94f05c63fc63389ec359d3e9a902e9 Reviewed-on: https://go-review.googlesource.com/64590 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: fix typo in pipelines articleTyler Bui-Palsulich2017-09-07
| | | | | | Change-Id: I3fe84b9929fa64585dec5b685b3383612a48ba24 Reviewed-on: https://go-review.googlesource.com/62110 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
* content: rename COWG to CWG in CWG postSteve Francia2017-09-07
| | | | | | Change-Id: Ia979f2048d77eee4a0fb77ae2f74474c1e3bff22 Reviewed-on: https://go-review.googlesource.com/62150 Reviewed-by: Francesc Campoy Flores <campoy@golang.org>
* content: sort members of COWG alphabeticallyFrancesc Campoy Flores2017-09-05
| | | | | | Change-Id: I0fb5fb1742327b91f25061dcd7b22e291193b0bb Reviewed-on: https://go-review.googlesource.com/61751 Reviewed-by: Steve Francia <spf@golang.org>
* content: fixing typo s/golang/go/ in headline of COWG postSteve Francia2017-09-05
| | | | | | Change-Id: I8c4bfb9b7d9ddb6caa18202f8a87d604b0a0c449 Reviewed-on: https://go-review.googlesource.com/61732 Reviewed-by: JBD <jbd@google.com>
* content: add community outreach working group postSteve Francia2017-09-05
| | | | | | Change-Id: I68ab83ed2e6610e1469fcd1f2c5f38b49ff18c95 Reviewed-on: https://go-review.googlesource.com/60774 Reviewed-by: JBD <jbd@google.com>
* content: Go 1.9 is releasedFrancesc Campoy Flores2017-08-24
| | | | | | | Change-Id: I386de65619857af423548316f134298dc1974da4 Reviewed-on: https://go-review.googlesource.com/58591 Reviewed-by: Chris Broadfoot <cbro@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content/contributor-workshop.article: fix a couple of typosRob Pike2017-08-12
| | | | | | | | | One of them is a misformatting. Change-Id: I07fee028573865829c71f5124ec791cf286c65d2 Reviewed-on: https://go-review.googlesource.com/54510 Reviewed-by: Avelino <t@avelino.xxx> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: rephrasing contributions in workshopSteve Francia2017-08-09
| | | | | | Change-Id: I3e7feb2c4c24aa7f4cc904d833b0e49dbf7d71da Reviewed-on: https://go-review.googlesource.com/54450 Reviewed-by: Chris Broadfoot <cbro@golang.org>
* content: add Contributor Workshop PostSteve Francia2017-08-09
| | | | | | | Change-Id: Idd20f8c6c5e9f630fee8c436ae48b4c0e1966dc9 Reviewed-on: https://go-review.googlesource.com/53870 Reviewed-by: Dmitri Shuralyov <shurcool@gmail.com> Reviewed-by: Chris Broadfoot <cbro@golang.org>
* content/contributors-summit: new postSteve Francia2017-08-03
| | | | | | | | Change-Id: Ie378cf2aa42f56485b5d5c9a943f5b9957d96372 Reviewed-on: https://go-review.googlesource.com/50050 Reviewed-by: Jessie Frazelle <me@jessfraz.com> Reviewed-by: Chris Broadfoot <cbro@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: remove link to the Slack channelJaana Burcu Dogan2017-07-18
| | | | | | | | | | | Slack channel is not the primary channel but a support channel. From the text, the readers assume that it will be the canonical communication channel. Change-Id: I6440b3e2f6089f99c038d7937b77b6fb6d301f61 Reviewed-on: https://go-review.googlesource.com/40314 Reviewed-by: Dave Cheney <dave@cheney.net> Reviewed-by: Kevin Burke <kev@inburke.com>
* content/toward-go2: add "Future of Go" talk, Gophercon 2017Russ Cox2017-07-13
| | | | | | | Change-Id: I0f62b3ffb60b026f9f1b0bf745afc830711a3c48 Reviewed-on: https://go-review.googlesource.com/48371 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>