aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* content/context: use req.WithContextAgniva De Sarker2018-12-21
| | | | | | | | | | | (*Transport).CancelRequest is now deprecated. Use the new (*Request).WithContext method which inherits the parent context. Fixes golang/go#29075 Change-Id: I4a275a396c6ed64eef73b688a049e7bc372f07d4 Reviewed-on: https://go-review.googlesource.com/c/153957 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: remove all remaining protocol-relative URLsChris Broadfoot2018-12-20
| | | | | | | | | | | | | | | | Protocol-relative URLs (e.g., "//blog.golang.org") were previously removed in the content of the blog, but not in other areas. Notably, in the atom feed. This causes feed reader apps to fail, because it doesn't know to use https for those URLs. Always use the https scheme, including in the atom feed as well as a couple remaining places in the blog template. Fixes golang/go#17961 Change-Id: I694c888de9437937ba1910227ddae42d3eb0405c Reviewed-on: https://go-review.googlesource.com/c/155357 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: add modules2019 articleRuss Cox2018-12-19
| | | | | | | Change-Id: I0ef8c0e5a7eba4401f79c496bc155203a84801ea Reviewed-on: https://go-review.googlesource.com/c/155017 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Steve Francia <spf@golang.org>
* content/wire: update links and prose to reflect new Wire repositoryRoss Light2018-11-30
| | | | | | Change-Id: Id2ce0b666aca9514a628355d2f9b73c186bb5c37 Reviewed-on: https://go-review.googlesource.com/c/151697 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* template: remove dead "Go on Google+" link from sidebarJeremy Banks2018-11-30
| | | | | | | | | | | | I was reading the blog post and noticed this dead link. Consider removing it. (The G+ community link below this one is still working, at least until the service shuts down.) Change-Id: I6f4cd045d3de776a468e9658b00ad35532503e60 GitHub-Last-Rev: 47f7fedf8d0c5fd8346c95d64bd54d2784b3eddf GitHub-Pull-Request: golang/blog#18 Reviewed-on: https://go-review.googlesource.com/c/151837 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: add go2-here-we-come.articleRobert Griesemer2018-11-29
| | | | | | | | | | | | | | This was drafted in a separate Google doc and reviewed by Ian Lance Taylor, Russ Cox, Rob Pike, and others. Links and formatting verified by running blog locally. Dated for release on Thu, Nov. 29, 2018. Change-Id: Ia5b28982822d738710eb18566b7ec9df9ffc4c54 Reviewed-on: https://go-review.googlesource.com/c/151321 Reviewed-by: Andrew Bonventre <andybons@golang.org> Reviewed-by: Rob Pike <r@golang.org>
* content/9years: change Q2 2018 to mid-2018Russ Cox2018-11-12
| | | | | | | | | Per comment from Rob on golang.org/cl/148883. Change-Id: I8930368db2478b4d750c6060553df01772fae4da Reviewed-on: https://go-review.googlesource.com/c/148887 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content/9years: drop explicit height from image directivesRuss Cox2018-11-12
| | | | | | | | | | | The images are stretched on mobile (but not desktop). Dropping the explicit width fixes the problem. Not sure why, but it does. Change-Id: I580188dc0d7a96ced1a4777988878a58f59b127d Reviewed-on: https://go-review.googlesource.com/c/148886 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* fix it's/its typoEvan Martin2018-11-10
| | | | | | | | Change-Id: If9f16382c78ccab6781b41eb691dc72751c45eb6 GitHub-Last-Rev: 54512b34514ef958b5a7bf6d8f28e90675b68eda GitHub-Pull-Request: golang/blog#17 Reviewed-on: https://go-review.googlesource.com/c/148825 Reviewed-by: Kevin Burke <kev@inburke.com>
* content: add 9years.articleRuss Cox2018-11-10
| | | | | | | Change-Id: I6be0c80988356ed9231d6243ab3888a09ca4c6fa Reviewed-on: https://go-review.googlesource.com/c/148883 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content/generate: fix package statement in sample outputCarlos Souza2018-11-10
| | | | | | | | | | | The input is package painkiller, not package pill. The generated code is in the same package. Change-Id: Ifc6dc6e5e1a035f0cec1650ab56a6f3a767fda67 GitHub-Last-Rev: 060cee29ea416effda5519874f1a3cf83a39518c GitHub-Pull-Request: golang/blog#16 Reviewed-on: https://go-review.googlesource.com/c/143544 Reviewed-by: Russ Cox <rsc@golang.org>
* blog: add survey2018.articleKatie Hockman2018-11-08
| | | | | | Change-Id: I5ff0b7a395eef71f890317eaa0e1de5bc3803a40 Reviewed-on: https://go-review.googlesource.com/c/148200 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* content: add appengine-go111 articleTyler Bui-Palsulich2018-10-15
| | | | | | Change-Id: I18e78cc284a85dbf59cdf7841a124b4cf967469e Reviewed-on: https://go-review.googlesource.com/c/142118 Reviewed-by: Katie Hockman <katie@golang.org>
* blog: Use correct link to Wire tutorialEno Compton2018-10-10
| | | | | | Change-Id: I29df505dab3f2ce353fe3dc708ecf281e9fc3c41 Reviewed-on: https://go-review.googlesource.com/c/141137 Reviewed-by: Ross Light <light@google.com>
* blog: Make minor formatting fixes to Wire postEno Compton2018-10-09
| | | | | | Change-Id: I0d3ae8456eae6dc98429874746789479925223a8 Reviewed-on: https://go-review.googlesource.com/c/140718 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: add wire.articleEno Compton2018-10-08
| | | | | | | | Change-Id: I5d15c3d80da6ded6b419384a33071dcbddf61142 Reviewed-on: https://go-review.googlesource.com/c/140557 Reviewed-by: Cassandra Salisbury <cls@golang.org> Reviewed-by: Robert van Gent <rvangent@google.com> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: add company-questionnaire2018.articleKatie Hockman2018-10-04
| | | | | | | | | This was drafted in a separate Google document which was reviewed by Steve Francia. Change-Id: I9122bd912a4a94cdecd8b28e6eaa44ddf4ffad5b Reviewed-on: https://go-review.googlesource.com/c/139377 Reviewed-by: Steve Francia <spf@golang.org>
* blog: add go2draft.articleAndrew Bonventre2018-08-28
| | | | | | Change-Id: I7b65b2d0541320870edcaeeb6d46bc6ddba5a540 Reviewed-on: https://go-review.googlesource.com/131916 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: follow-up to comments missed in go1.11.articleAndrew Bonventre2018-08-24
| | | | | | Change-Id: I58eb8d1eed4e03696929c3b6f9e6d6217380c9bc Reviewed-on: https://go-review.googlesource.com/131341 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: add go1.11.articleAndrew Bonventre2018-08-24
| | | | | | Change-Id: I9cbf74da0ac85747e96fc461066c1ca6d66fa28e Reviewed-on: https://go-review.googlesource.com/131340 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content/slices.article: fix a typoJerrin Shaji George2018-08-15
| | | | | | Change-Id: Id0b88adc1cf99b09149b75768b4e12f8d974eba0 Reviewed-on: https://go-review.googlesource.com/129455 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: correct comma spliceEno Compton2018-07-30
| | | | | | Change-Id: I47e7b2e40e67b7eaf97b1ba3896f79d351392efe Reviewed-on: https://go-review.googlesource.com/126815 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* 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: correct link to Google+ CommunityAndrew Bonventre2018-05-25
| | | | | | | | Fixes golang/go#25541 Change-Id: I56bea8febfab6f5c9c563e442367ffb3cc2ea58a Reviewed-on: https://go-review.googlesource.com/114502 Reviewed-by: Chris Broadfoot <cbro@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>
* CONTRIBUTING.md: remove note about not accepting Pull RequestsAndrew Bonventre2018-03-14
| | | | | | | | Updates golang/go#24185 Change-Id: I7f19310ff4dba014c3dff9b7d7791bfdcb4ebd44 Reviewed-on: https://go-review.googlesource.com/100677 Reviewed-by: Andrew Bonventre <andybons@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>