aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* content: add Migrating to Go ModulesJean de Klerk2019-08-21
| | | | | | Change-Id: I2e99ad040f479cc3074101f129ec7cf2f9fd3861 Reviewed-on: https://go-review.googlesource.com/c/blog/+/190917 Reviewed-by: Jay Conrod <jayconrod@google.com>
* content: fix or remove broken links in Google I/O 2010 articleIan Lance Taylor2019-08-19
| | | | | | | | | | | | | | The original destination of these links seems to have vanished. It doesn't really matter, so just remove them. Leave a link to the main Google I/O blog post, and to the video of the Go programming talk. This particular blog article is not too interesting today but I guess it's a reminder of the early days. Change-Id: I8d90c84d9eb442ee4028a875d2df670f444be417 Reviewed-on: https://go-review.googlesource.com/c/blog/+/190717 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Shulhan <m.shulhan@gmail.com>
* blog: update logo to link to golang.orgAndrew Bonventre2019-08-15
| | | | | | | | Also updates x/website version to pull in various CSS fixes. Change-Id: Id0fd49507ccca75b2766d75144484a12cdb70010 Reviewed-on: https://go-review.googlesource.com/c/blog/+/190414 Reviewed-by: Alexander Rakoczy <alex@golang.org>
* content: minor updateLynn Boger2019-08-15
| | | | | | | | | | | Removal of phrase "like Power". Change-Id: I2f7edd6cbd77b72ca449dde1c6d35929a11da61d Reviewed-on: https://go-review.googlesource.com/c/blog/+/190409 Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com> Reviewed-by: Carmen Andoh <candoh@google.com> Reviewed-by: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
* content: add contributors-summit-2019Russ Cox2019-08-15
| | | | | | | | Change-Id: Ica3ab36dc2120de03593d9c0c916a12a4fcf1d92 Reviewed-on: https://go-review.googlesource.com/c/blog/+/190402 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* README.md: say articles use the present formatTyler Bui-Palsulich2019-08-13
| | | | | | | Change-Id: Id2944b4338c0abda50996e3c885ce1bddba9ab68 Reviewed-on: https://go-review.googlesource.com/c/blog/+/190117 Reviewed-by: Jean de Klerk <deklerk@google.com> Reviewed-by: Jay Conrod <jayconrod@google.com>
* template: update root.html to have a sticky footerAndrew Bonventre2019-08-12
| | | | | | | | | | This uses the Site* classes defined in the x/website styles to ensure the footer is always at the bottom of the page regardless of the content height. Change-Id: I476ebbb072890019621497bfa5d046b8fa3e9834 Reviewed-on: https://go-review.googlesource.com/c/blog/+/189937 Reviewed-by: Alexander Rakoczy <alex@golang.org>
* blog: update to use new Go branding guidelinesAndrew Bonventre2019-08-12
| | | | | | | | | | Additionally makes some small changes to abide by best practices. Updates golang/go#9936 Change-Id: I88263ef78548365b3cfb3f14bae48deb01d30f4f Reviewed-on: https://go-review.googlesource.com/c/blog/+/189457 Reviewed-by: Katie Hockman <katie@golang.org>
* content/experiment: two more typosRuss Cox2019-08-03
| | | | | | | | Change-Id: Iea2b14a8bf7b4475ed6b8ae5823ee2437444cdb8 Reviewed-on: https://go-review.googlesource.com/c/blog/+/188768 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content/experiment: fix typoRuss Cox2019-08-01
| | | | | | | Change-Id: Ic3710a19aef5d26f28a5f873e5c6e6b57347c248 Reviewed-on: https://go-review.googlesource.com/c/blog/+/188617 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content/experiment: remove duplicated paragraphRuss Cox2019-08-01
| | | | | | | Change-Id: If2bd05e838c112a25788450e5f17ae08a0ec606d Reviewed-on: https://go-review.googlesource.com/c/blog/+/188577 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* template: move byline to top of postRuss Cox2019-08-01
| | | | | | | | | | | | | | Especially for long blog posts, it doesn't make sense to bury who wrote it until the very end. That can be important context for the reader. (Also, compare with newspapers etc.) Change-Id: I3c4b36cf78e94eb461c1ba6b520e2dbff92899aa Reviewed-on: https://go-review.googlesource.com/c/blog/+/188517 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: add experiment.articleRuss Cox2019-08-01
| | | | | | | | | | | This is the blog post form of my Gophercon 2019 talk. Change-Id: I841aa8351711e60218df6dd8cec591ce83e3dd18 Reviewed-on: https://go-review.googlesource.com/c/blog/+/188381 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org> Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
* content/why-generics: fix ReverseAndPrintRuss Cox2019-07-31
| | | | | | | | | Reverse has no return value. Change-Id: I400652e98c993555c25c3c7649518e66bfc3e9e7 Reviewed-on: https://go-review.googlesource.com/c/blog/+/188380 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: add "Why Generics" blog postIan Lance Taylor2019-07-31
| | | | | | | | | | | This is a blog post version of my Gophercon 2019 talk. Change-Id: Ie26d1acb9132b8a7c22599b5f3b000f5a3441907 Reviewed-on: https://go-review.googlesource.com/c/blog/+/188239 Reviewed-by: Russ Cox <rsc@golang.org> Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com> Reviewed-by: Robert Griesemer <gri@golang.org> Reviewed-by: Steve Francia <spf@golang.org>
* content: clarify sentence on stock in store postAndrew Bonventre2019-07-18
| | | | | | Change-Id: I2f8bebd979726f6fb7d1357408eab667e74c92c9 Reviewed-on: https://go-review.googlesource.com/c/blog/+/186777 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: add store post and assetsAndrew Bonventre2019-07-18
| | | | | | Change-Id: Ic10340e4639d6e37aaaeb6b05191659ffc935905 Reviewed-on: https://go-review.googlesource.com/c/blog/+/186758 Reviewed-by: Cassandra Salisbury <cls@golang.org>
* blog: update article pointing to wrong locationjbpratt782019-07-08
| | | | | | | | | | | | | Out of date content regarding the location of panic and recover. Updated to point to correct location inside encode rather than decode. Fixes golang/go#30170 Change-Id: I798343b3405ee84bb509d97e88b7e642ffc4d1e3 Reviewed-on: https://go-review.googlesource.com/c/blog/+/176757 Reviewed-by: Daniel Martí <mvdan@mvdan.cc> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: add go2-next-steps.articleRuss Cox2019-06-26
| | | | | | | | Change-Id: I697ab189ecf305f973072468e8b57f8315be28be Reviewed-on: https://go-review.googlesource.com/c/blog/+/183921 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: update URLs for "A Tour of Go"Gabriel Guzman2019-05-06
| | | | | | | | | The URLs to the Go tour were pointing to http://go-tour.appspot.com/, this changes them to https://tour.golang.org/ Change-Id: Ied9e0440522cdefdccf5a1daf4563add9a62b8dd Reviewed-on: https://go-review.googlesource.com/c/blog/+/169937 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: remove Google+ link from sidebarAlberto Donizetti2019-04-08
| | | | | | | | Fixes golang/go#31295 Change-Id: Ic9fa20c55a3c33f075a720261b8b76bf1b8c4d42 Reviewed-on: https://go-review.googlesource.com/c/blog/+/170978 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: fix typo in chart title for news sourcesTodd Kulesza2019-03-29
| | | | | | | | | The title for the news sources chart errantly referred to sources for answering Go-related questions. Change-Id: I01328d0dcbf32b0501260ccab4e8e164b0c9a3a1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/169977 Reviewed-by: Cassandra Salisbury <cls@golang.org>
* blog: add results from 2018 developer surveyTodd Kulesza2019-03-28
| | | | | | | | | | This post presents and discusses the results from our 2018 developer survey, including a comparison with survey results from years prior. Change-Id: Ied3e0fa30a80ef765034a5137138b6824365131b Reviewed-on: https://go-review.googlesource.com/c/blog/+/169439 Reviewed-by: Steve Francia <spf@golang.org>
* content: include vim in list of editors that use delveYasuhiro Matsumoto2019-03-27
| | | | | | | | See https://github.com/fatih/vim-go/pull/1390 Change-Id: I59a45a207b68d08c53d4f16ff4240a28d145c1a1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/169537 Reviewed-by: Austin Clements <austin@google.com>
* blog: add "Debugging what you deploy" postAustin Clements2019-03-26
| | | | | | Change-Id: I9260b51caee765793eb5d320a4add3c5714a2bcc Reviewed-on: https://go-review.googlesource.com/c/blog/+/168718 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: fix typo in the using-go-modules postEli Bendersky2019-03-21
| | | | | | Change-Id: Id17835be6a01d4a7c29d25b670f830eb089808d5 Reviewed-on: https://go-review.googlesource.com/c/blog/+/168617 Reviewed-by: Cassandra Salisbury <cls@golang.org>
* blog: update using-go-modules.articleAndrew Bonventre2019-03-20
| | | | | | | | Fixes golang/go#30954 Change-Id: I6aec3d3e54bdcaa12c4e853abe934529e273900b Reviewed-on: https://go-review.googlesource.com/c/blog/+/168403 Reviewed-by: Jay Conrod <jayconrod@google.com>
* blog: add using-go-modules.articleAndrew2019-03-19
| | | | | | Change-Id: I94f26a6e33e19e34ea50de036c167649ee8d0e67 Reviewed-on: https://go-review.googlesource.com/c/blog/+/168357 Reviewed-by: Steve Francia <spf@golang.org>
* blog: update code sample in the "Generating code" articleRobin Eklind2019-03-16
| | | | | | | | | | Fixes golang/go#20720. Change-Id: Iabeadddba92d6d51f873d817446eb79f20694be6 GitHub-Last-Rev: bd9501d806e08aff6cf230d1490fee14e2ba5e6f GitHub-Pull-Request: golang/blog#20 Reviewed-on: https://go-review.googlesource.com/c/blog/+/167763 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: add Go Developer Network articleAndrew Bonventre2019-03-13
| | | | | | Change-Id: Icdbac97cc88aac527919bf925a598b3dac7c26dd Reviewed-on: https://go-review.googlesource.com/c/blog/+/167477 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* all: add go.modBryan C. Mills2019-03-12
| | | | | | | | | | | | | | | | | Commands run: go mod init go mod edit -go=1.11 go mod tidy go list -m all go test ./... Updates golang/go#30228 Change-Id: I78d903d7151790b37f32a06f37427a50fcd2a83b Reviewed-on: https://go-review.googlesource.com/c/blog/+/167157 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: deploy with App Engine Standard on Go 1.11Dmitri Shuralyov2019-03-07
| | | | | | | | | | | | | | | | | | | | | This change upgrades the deployment of blog to use the newer Go 1.11 runtime. As part of that, the appengine build tag is removed (it's no longer set by App Engine), and the GAE_ENV environment variable is used to detect when blog is being run in App Engine mode. Set an environment variable in app.yaml to configure the x/tools/godoc/golangorgenv package appropriately. Modify the static file server to also serve /favicon.ico, but keep static file handlers in app.yaml for improved latency across global regions. Updates golang/go#30486 Change-Id: I63ca78a075d94d43a40f0b963b5f6d0d8270c34e Reviewed-on: https://go-review.googlesource.com/c/blog/+/165460 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: add what's new in Go CDK articleRobert van Gent2019-03-05
| | | | | | | Change-Id: Ied095677ccf6f03fa53e95f3e5f1e88dea5168c1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/165037 Reviewed-by: Cassandra Salisbury <cls@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: fix test on android, add copyright headerBrad Fitzpatrick2019-02-28
| | | | | | Change-Id: I193531fe0e8f177d3b55fc1ef0840299f973c482 Reviewed-on: https://go-review.googlesource.com/c/164678 Reviewed-by: Elias Naur <mail@eliasnaur.com>
* content: fix link in advanced-go-concurrency-patternsHiroaki Nakamura2019-02-27
| | | | | | | | Change-Id: Id587944a779e37ac620c0b0b4b1bf610101107e2 GitHub-Last-Rev: ae5dad43a95760d91f7c938ac486a4e67a35b8d5 GitHub-Pull-Request: golang/blog#19 Reviewed-on: https://go-review.googlesource.com/c/163937 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: add go1.12.articleAndrew2019-02-26
| | | | | | Change-Id: Iee35d68b189b70878b8129062f1811744fdceb4a Reviewed-on: https://go-review.googlesource.com/c/163777 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: fix local mode to serve css and js correctlyRuss Cox2019-01-30
| | | | | | | | | | | | | | | | | | Clearly the main server had run ahead of the local one. The local one was expecting requests to say /static/, which they do not, and there are also requests from two different static file locations, not just one. Now when you run the local blog server you see all the styling of the blog site instead of unstyled HTML. Also update README.md. Change-Id: Ia662419339cd7546f0611f1b896c343902a018d5 Reviewed-on: https://go-review.googlesource.com/c/155019 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content/modules2019: adjust wording about GoCenter, AthensRuss Cox2018-12-22
| | | | | | | | | | | It's still unclear to me who will run the public Athens mirror, but the Athens project objected to being associated with Microsoft. https://medium.com/@arschles/athens-and-microsoft-1b11a316bc23 Change-Id: I10a4bef793db51e9d7ee36f1085f673ca0e7f44e Reviewed-on: https://go-review.googlesource.com/c/155757 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* 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>