aboutsummaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAge
...
* blog: add survey2019.articleTodd Kulesza2019-11-20
| | | | | | Change-Id: If60ebf068ce64238029d7524e0e0727ca65a2159 Reviewed-on: https://go-review.googlesource.com/c/blog/+/207848 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: ensure better semver versions in the v2 modules articleAinar Garipov2019-11-15
| | | | | | | | | | | | The Semantic Versioning specification at https://semver.org uses dots to separate the numeric part of a pre-release version from the non-numeric to ensure that they sort correctly. Make the article comply. Change-Id: I7a366e4c180f5048b1cc19cdf3e66c515989e4ab Reviewed-on: https://go-review.googlesource.com/c/blog/+/206157 Reviewed-by: Jean de Klerk <deklerk@google.com> Reviewed-by: Jay Conrod <jayconrod@google.com> Reviewed-by: Bryan C. Mills <bcmills@google.com>
* content: add go.dev articleRuss Cox2019-11-14
| | | | | | | Change-Id: I30b0f6c4f50d04e3a2e74e98f1197708b4f7c385 Reviewed-on: https://go-review.googlesource.com/c/blog/+/207257 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content: fix typo in 10years.articleYann Salaün2019-11-08
| | | | | | | | Change-Id: Ibeccb23861fceafcde66638c7f0f47bbdc2db7d9 GitHub-Last-Rev: cb7e3221d9358e0ea4467a559e509de581bff73b GitHub-Pull-Request: golang/blog#27 Reviewed-on: https://go-review.googlesource.com/c/blog/+/206177 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content/10years: Go Turns 10Russ Cox2019-11-08
| | | | | | | Change-Id: I6d422025ec79b0d5e560680ba00751d770aec035 Reviewed-on: https://go-review.googlesource.com/c/blog/+/206141 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* blog: minor cleanupRuss Cox2019-11-08
| | | | | | | | | | | | - Hide link sidebar when printing an article. - Show authors in /index - Add Rick as author of his GC article. Change-Id: I1efeadb17bfec7271ef67ec9fe8e8b502839b62a Reviewed-on: https://go-review.googlesource.com/c/blog/+/205864 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
* content: fix numbering on v2 postJean de Klerk2019-11-07
| | | | | | Change-Id: Ic338e840a45ddf4f7da2de18941c352fab882bfb Reviewed-on: https://go-review.googlesource.com/c/blog/+/205919 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: add "Go Modules: v2 and Beyond" articleJean de Klerk2019-11-07
| | | | | | Change-Id: I1ee6d40da259e7082916d469b8d3f30bcc35898a Reviewed-on: https://go-review.googlesource.com/c/blog/+/205557 Reviewed-by: Jay Conrod <jayconrod@google.com>
* content/go-fmt-your-code: Fix broken link for go/misc/git/pre-commit script.Marc Sanmiquel2019-10-29
| | | | | | Change-Id: If5df5d84b933fdfcc476cb2bafeb9982a6ac9a49 Reviewed-on: https://go-review.googlesource.com/c/blog/+/203611 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: replace curly with straight double quoteBenjamin Wuethrich2019-10-18
| | | | | | | | Change-Id: I570bc25034c663d2fe184f340ebf64b2f5a630f3 GitHub-Last-Rev: ae83fcccadba5e4acbe959268ba6ceb41ef70e07 GitHub-Pull-Request: golang/blog#26 Reviewed-on: https://go-review.googlesource.com/c/blog/+/201897 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: fix typo in blog post on Go 1.13 errorsYann Salaün2019-10-17
| | | | | | | | Change-Id: I61fd0cb7dc3e6f17089501d729f680a044ddf13f GitHub-Last-Rev: 4211f342552079574f1616c5ce2fcc5ca2d921a5 GitHub-Pull-Request: golang/blog#25 Reviewed-on: https://go-review.googlesource.com/c/blog/+/201837 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: add blog post on Go 1.13 errorsJonathan Amsterdam2019-10-17
| | | | | | Change-Id: Id28d46ced8397a96635961ec52256592a5a59594 Reviewed-on: https://go-review.googlesource.com/c/blog/+/201577 Reviewed-by: Damien Neil <dneil@google.com>
* content: update store.articleAndrew Bonventre2019-10-01
| | | | | | | | | Change-Id: I0cd327189b78cba2b726c064adb3d335b2e3bf5f Reviewed-on: https://go-review.googlesource.com/c/blog/+/198321 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Van Riper <vanriper@google.com> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: add Publishing Go Modules articleTyler Bui-Palsulich2019-09-27
| | | | | | | Change-Id: I88fc170cbaca046caea7c66026024e503afb0d1e Reviewed-on: https://go-review.googlesource.com/c/blog/+/197637 Reviewed-by: Jay Conrod <jayconrod@google.com> Reviewed-by: Bryan C. Mills <bcmills@google.com>
* content/go-maps-in-action: remove line about random iteration orderAndrew Bonventre2019-09-25
| | | | | | | | | | | | | | | This article is cited as a source of confusion on whether map iteration is "random", something that is objectively correct because woefully underdefined, but that some have assumed to mean "uniformly random" - which is not: - https://twitter.com/wallyqs/status/1135719212024909824 - https://twitter.com/ultimateboy/status/1135325432624975872 Based on golang.org/cl/180457 by Carlo Alberto Ferraris Change-Id: I2b75bc1ce592502fc1ddeb941a5a258dcb1925a1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/197238 Reviewed-by: Bryan C. Mills <bcmills@google.com>
* content: add go1.13.articleAndrew Bonventre2019-09-03
| | | | | | | | Updates golang/go#27155 Change-Id: I54310852ace172ffa0d900f20402bf364bbb7034 Reviewed-on: https://go-review.googlesource.com/c/blog/+/192741 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* blog: update links to remove tip subdomain or add httpsAndrew Bonventre2019-09-03
| | | | | | | | | This should not be published until Go 1.13 is out. Change-Id: Ie9c3147d21339106cbbe2e468f1f02b2abea57cd Reviewed-on: https://go-review.googlesource.com/c/blog/+/192742 Reviewed-by: Alexander Rakoczy <alex@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: rewrite reference to plan9.bell-labs.com to 9p.ioWagner Riffel2019-09-03
| | | | | | Change-Id: I70dd498b16b128a87f9f41473564587a6bc7d9a6 Reviewed-on: https://go-review.googlesource.com/c/blog/+/192837 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: add links to Gophercon 2019 videosRicardo Seriani2019-09-02
| | | | | | | | | | Change-Id: I7f084729b549a6d83b6ca485185e171b0df3a301 GitHub-Last-Rev: 27a7458be67a9631271aee2980f5781127859cb3 GitHub-Pull-Request: golang/blog#24 Reviewed-on: https://go-review.googlesource.com/c/blog/+/192138 Reviewed-by: Andrew Bonventre <andybons@golang.org> Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
* content: use gosumcheck command from x/mod subrepoDmitri Shuralyov2019-08-30
| | | | | | | | | | | The gosumcheck command was copied out of x/exp subrepo into the new x/mod subrepo in CL 176639. It's already being used on the index page of https://proxy.golang.org. Use it in the blog post too. Change-Id: I0d21c7d876baabf8b16d999c956512b62c47532f Reviewed-on: https://go-review.googlesource.com/c/blog/+/192419 Reviewed-by: Katie Hockman <katie@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
* blog: fix formatting issue with gosumcheck code exampleKatie Hockman2019-08-29
| | | | | | Change-Id: I46113112b217e12f5a739fcda1018ce035a6f7d0 Reviewed-on: https://go-review.googlesource.com/c/blog/+/192000 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
* blog: publish blog post for module mirror and sumdbKatie Hockman2019-08-29
| | | | | | Change-Id: I65849c0775e61a7d175677fdd713610d83563f27 Reviewed-on: https://go-review.googlesource.com/c/blog/+/192334 Reviewed-by: Heschi Kreinick <heschi@google.com>
* content: use numbers for post series descriptionJean de Klerk2019-08-25
| | | | | | | | Rather than a mix of words and numbers. Change-Id: I2102f11f4e66167b9708d5cfb96e2b4a02bc40c1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/191178 Reviewed-by: Jay Conrod <jayconrod@google.com>
* content: add missing word to migrating-to-go-modulesJean de Klerk2019-08-21
| | | | | | Change-Id: Ic3a9e4ef81408b6bb1a0f0b73eb3e4ed5994260c Reviewed-on: https://go-review.googlesource.com/c/blog/+/191177 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: fix link formatting in 'Migrating to Go Modules'Jay Conrod2019-08-21
| | | | | | | Change-Id: I752bd1667a361248f5057087c6c61ba6a504ab57 Reviewed-on: https://go-review.googlesource.com/c/blog/+/191158 Reviewed-by: Jean de Klerk <deklerk@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* 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>
* 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>
* 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>
* 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: 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>
* 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>