aboutsummaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAge
* content/constants: fix display of two backquote charactersDmitri Shuralyov2020-05-05
| | | | | | | | | | | | | | | Two backquote characters were expressed as 6 consecutive backquotes in the legacy article format. That unusual sequence didn't translate well into the new Markdown article format in CL 222848. Replace it with simple HTML, since this is hard to express in Markdown. For golang/go#33955. Change-Id: I575aa89c9f9104de694d9a8dad4ca103cc4c1567 Reviewed-on: https://go-review.googlesource.com/c/blog/+/231817 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content/survey2019-results: change ' to ’ (straight to smart quote)Russ Cox2020-04-20
| | | | | | | Change-Id: I3ad8874e19a1c98225a320071f395c47b1ec2428 Reviewed-on: https://go-review.googlesource.com/c/blog/+/229117 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* blog: add 2019 survey resultsTodd Kulesza2020-04-20
| | | | | | Change-Id: I2ea51b9b65b215d4d1b647b9ef9b0c7b35907d94 Reviewed-on: https://go-review.googlesource.com/c/blog/+/227923 Reviewed-by: Russ Cox <rsc@golang.org>
* content: add pandemic.articleRuss Cox2020-03-25
| | | | | | | Change-Id: I8ef3864a022838cb9a84d1800fd1372830437fe9 Reviewed-on: https://go-review.googlesource.com/c/blog/+/225519 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content: fix comments from CL 223598Russ Cox2020-03-18
| | | | | | | | | | I missed these comments before submitting. Change-Id: I5c6bf7923044c73b0c26b491f000bdaffba9b1a6 Reviewed-on: https://go-review.googlesource.com/c/blog/+/223917 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
* content: inline small .html directivesRuss Cox2020-03-17
| | | | | | | | | | | | Now that the blog can handle Markdown, minor HTML adjustments can be made directly in the article files, so inline those instead of using .html commands. Change-Id: I5069f18ab98b38cdb8528ae2d5529abf06baf1ef Reviewed-on: https://go-review.googlesource.com/c/blog/+/223600 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: rename articles to reinforce convention of short URLsRuss Cox2020-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Go blog started out on Blogger (http://web.archive.org/web/20100325005843/http://blog.golang.org/). Later, we moved to the current self-hosted blog server with extra Go-specific functionality like playground snippets. The old Blogger posts have very long URLs that Blogger chose for us, such as "go-programming-language-turns-two" or "two-go-talks-lexical-scanning-in-go-and", predating the convention of giving posts shorter, more share-friendly, typeable names. The conversion of the old Blogger posts also predated the convention of putting supporting files in a subdirectory. The result is that although we've established new conventions, you wouldn't know by listing the directory - the old Blogger content presents a conflicting picture. This commit renames the posts with very long names to have shorter, more share-friendly names, and it moves all supporting files to subdirectories. It also adds a README documenting the conventions. For example, blog.golang.org/go-programming-language-turns-two is now blog.golang.org/2years, matching our more recent birthday post URLs, and its supporting files are moved to the new 2years/ directory. The old URLs redirect to the new ones. Change-Id: I9f46a790c2c8fab8459aeda73d4e3d2efc86d88f Reviewed-on: https://go-review.googlesource.com/c/blog/+/223599 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: write real summary for each articleRuss Cox2020-03-17
| | | | | | | | | | | | | | | | | | The pre-Markdown blog invented a summary by copying the first paragraph of text. Often this was nonsense or at least useless. The new Markdown-enabled present format adds an explicit Summary line. The conversion populated these with the same first paragraph that the old format would have used implicitly. This commit rewrites them all to be proper short summaries. Change-Id: If2e1e101b95558d7ecd53c613f733a7f89c680f1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/223598 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: convert to Markdown-enabled present inputsRuss Cox2020-03-17
| | | | | | | | | | | | Converted blog to Markdown-enabled present (CL 222846) using present2md (CL 222847). For golang/go#33955. Change-Id: Ib39fa1ddd9a46f9c7a62a2ca7b96e117635553e8 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222848 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content/gouk15: add a few more line breaksRuss Cox2020-03-11
| | | | | | | | | | | | | Also one missing "by". This will make Markdown diffs sync better. Otherwise there's a rewrite on nearly every line and diff loses track of what matches what. For golang/go#33955. Change-Id: I65391a4c768d925797181af1e054373d38510600 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222842 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* 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: use tabs consistently for code blocks + indentationRuss Cox2020-03-11
| | | | | | | | | | | | A few articles used four spaces instead. The present format will convert to four spaces for indentation on its own; use tabs. The present format does not care what indentation is used, but use tabs everywhere for consistency. For golang/go#33955. Change-Id: I2bab8aa72fa2f68d48fb833b7317f87d7624a05f Reviewed-on: https://go-review.googlesource.com/c/blog/+/222840 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: fix some markup typos & mistakesRuss Cox2020-03-11
| | | | | | | | | | For golang/go#33955. Change-Id: I92c3c896055ed1baae34b0d85539068e6221ad38 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222838 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* content/company-questionnaire2018: remove UTF BOM and CR LF line endingsRuss Cox2020-03-11
| | | | | | | | | | For golang/go#33955. Change-Id: Iecef7537016b629311f67c42500e614ba60b107c Reviewed-on: https://go-review.googlesource.com/c/blog/+/222837 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: add a-new-go-api-for-protocol-buffers.articleDamien Neil2020-03-02
| | | | | | | Change-Id: I73dd948755346463c0576e9d14d9af7243a96ca2 Reviewed-on: https://go-review.googlesource.com/c/blog/+/220352 Reviewed-by: Herbie Ong <herbie@google.com> Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
* content: add go1.14.articleAlexander Rakoczy2020-02-25
| | | | | | | | | | | | | Updates golang/go#27155 Change-Id: I54e45d5ebaa6955e8cfb52e5ce174d3d372035d3 Reviewed-on: https://go-review.googlesource.com/c/blog/+/220649 Run-TryBot: Alexander Rakoczy <alex@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Toshihiro Shiino <shiino.toshihiro@gmail.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* content/store: remove links from articleRuss Cox2020-02-10
| | | | | | | | | The store is no longer online, so stop linking to a broken store. Change-Id: I51677da08e9caed21a75768043805b649fad3488 Reviewed-on: https://go-review.googlesource.com/c/blog/+/218919 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content: fix duplicate theChen Zhihan2020-02-10
| | | | | | | | | | Change-Id: I104ffd39b09cd965d2956e0e243e70168d7d30a1 GitHub-Last-Rev: b5c5874023b2613fd56bcc467166d8daea0feeb4 GitHub-Pull-Request: golang/blog#32 Reviewed-on: https://go-review.googlesource.com/c/blog/+/218802 Reviewed-by: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
* content: fix link in pkg.go.dev-2020.articleJulie Qiu2020-02-03
| | | | | | | | | | | | | The link text for "file an issue on the Go issue tracker" was https://golang.org/x/discovery-feedback (which is a 404). It is fixed to be https://golang.org/s/discovery-feedback. Fixes golang/go#36968 Change-Id: Ia46ac439544e047bd469c7814c85469d8a5395a2 Reviewed-on: https://go-review.googlesource.com/c/blog/+/217400 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content/go1.15-proposals.article: add correctionRobert Griesemer2020-02-03
| | | | | | Change-Id: I7892c28f347fd0b4984778863f0cd4748b7b3928 Reviewed-on: https://go-review.googlesource.com/c/blog/+/217299 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* content: fix typo in pkg.go.dev-2020.articleJonathan Amsterdam2020-01-31
| | | | | | Change-Id: I3f2419b4a00087c355a57060881a9e9ea8c06faf Reviewed-on: https://go-review.googlesource.com/c/blog/+/217237 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content/go1.15-proposals.article: revert "use relative links for other blog ↵Dmitri Shuralyov2020-01-31
| | | | | | | | | | | | | | | | | | articles" This reverts CL 216626 (commit 8bf1296992b6579acabcba62cc6cd0efe039c38a). We cannot rely on relative links in blog posts to stay relative to blog.golang.org, because blog posts are also embedded on golang.org. This change caused those links to point to https://golang.org/go2-here-we-come, which is 404. Fixes golang/go#36930 Updates golang/go#36944 Change-Id: Ie5ca8f112ff6465328d258b283d540c07e909a54 Reviewed-on: https://go-review.googlesource.com/c/blog/+/217239 Reviewed-by: Robert Griesemer <gri@golang.org>
* content: add pkg.go.dev-2020 articleJulie Qiu2020-01-31
| | | | | | | Change-Id: I4fac754fe20eaa8b0def571a15810622a7252890 Reviewed-on: https://go-review.googlesource.com/c/blog/+/217197 Reviewed-by: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content/go1.15-proposals.article: use relative links for other blog articlesRobert Griesemer2020-01-29
| | | | | | Change-Id: I5ee0c1e2688fe1d42bc03e5435eb7f9eb9944c65 Reviewed-on: https://go-review.googlesource.com/c/blog/+/216626 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* content: add go1.15-proposals.articleRobert Griesemer2020-01-28
| | | | | | Change-Id: Iece46c6e47ad2ee2ea003d73615792114f0117af Reviewed-on: https://go-review.googlesource.com/c/blog/+/216199 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* content: fix typo in share-memory-by-communicating.articlekraem2020-01-15
| | | | | | | | Change-Id: Iaece9dd6f465fe9538cc11653df4572616b23f4c GitHub-Last-Rev: 7ace8e3ed0a3276e7333baa421e3990a2fc62754 GitHub-Pull-Request: golang/blog#28 Reviewed-on: https://go-review.googlesource.com/c/blog/+/214860 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* 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>