aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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>
* blog: update root template to fix absence of search iconAndrew Bonventre2017-12-11
| | | | | | | | | Currently the search icon is not present on the blog and the search field has no border on the right. Change-Id: I20c450403c8e055c00910c1e8c62b2163ecfbe1b Reviewed-on: https://go-review.googlesource.com/83295 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: fix fmt format causing vet failuresBrad Fitzpatrick2017-11-28
| | | | | | | | Change-Id: I9f06963e12ca806d94bab94af209ab794cb32a36 Reviewed-on: https://go-review.googlesource.com/80141 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* 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: user- and test-friendly local serverKevin Burke2017-10-26
| | | | | | | | | | | | | | Log a short message when the blog starts explaining that it's listening and what port it's listening on. This is helpful to avoid errors if you start the blog and refresh the page before the server has started listening on the port. Add a basic homepage rendering test that should help protect against regressions. Change-Id: Ic86c30652714230b730cd4a254e69c10d019246b Reviewed-on: https://go-review.googlesource.com/49292 Reviewed-by: Chris Broadfoot <cbro@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>
* README, template: add more linksKevin Burke2017-07-17
| | | | | | | | | | | | | | | | | | | | | | Move the README to README.md so Gerrit can render it; currently Gerrit only renders files named exactly "README.md" (for example at https://go.googlesource.com/go). Add more links to the README explaining how to file issues, how to submit code changes, where to download the code to and how to get it. Hopefully this should help people who go to https://go.googlesource.com/blog or https://github.com/golang/blog figure out how to get started with development. Add a link in the footer to the source code for the blog, so people know where to find it. Updates golang/go#21038. Updates golang/go#21034. Change-Id: Ie378cf2aa42f56485b5d5c9a943f5b9957d96371 Reviewed-on: https://go-review.googlesource.com/49291 Reviewed-by: Russ Cox <rsc@golang.org>
* 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>
* blog: fix Yacc links in the generating code postPravendra Singh2017-05-25
| | | | | | | | | | | The post has a dead link to the Go version of Yacc (goyacc). It was moved to 'golang.org/x/tools/cmd/goyacc' in CL 27325. Fixes golang/go#20434. Change-Id: I16e39d0bc2be422b129fd5cadd95f9b3a52c1abd Reviewed-on: https://go-review.googlesource.com/44230 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content/developer-experience: fix typo in nameDmitri Shuralyov2017-04-19
| | | | | | | | | | | Both Dmitry and Dmitri are valid spelling variations of the same name, this name just happens to use the latter. Reference: https://dmitri.shuralyov.com/about. Change-Id: Ic54c585c1a8dcc514b10e108b956ccddda001091 Reviewed-on: https://go-review.googlesource.com/40310 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content/developer-experience: update publish dateChris Broadfoot2017-04-10
| | | | | | Change-Id: Iea4d7e2ba0d77df15d9f1e19ecd3aba387a0d82d Reviewed-on: https://go-review.googlesource.com/40210 Reviewed-by: Chris Broadfoot <cbro@golang.org>
* content: add the developer experience working group articleJaana Burcu Dogan2017-04-06
| | | | | | Change-Id: I6f8e46a900ab909219c6730c7ac385784f2c983d Reviewed-on: https://go-review.googlesource.com/39790 Reviewed-by: Steve Francia <spf@golang.org>
* blog: update one example in "Laws of Reflection"Rob Pike2017-04-04
| | | | | | | | | | A recent change to fmt that has it print reflect.Values nicer invalidates the pedagogical value of one example. Tweak the example. Change-Id: I9ca7f81957832b26c47270d8967b7aeef801b1a8 Reviewed-on: https://go-review.googlesource.com/39530 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content/h2push/server: fix pre-Go1.8 build, add copyright headerBrad Fitzpatrick2017-04-03
| | | | | | | | Change-Id: Iea6d106d2b5a4f987b3f5b69799508bcc876d9c2 Reviewed-on: https://go-review.googlesource.com/39271 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Jaana Burcu Dogan <jbd@google.com>
* content: add HTTP/2 Server Push articleJaana Burcu Dogan2017-03-29
| | | | | | Change-Id: Ibf1214b54dee3a3419dba26367b4f0189e5e4a6d Reviewed-on: https://go-review.googlesource.com/38603 Reviewed-by: Tom Bergan <tombergan@google.com>
* content/h2push: initial commit of the example serverJaana Burcu Dogan2017-03-24
| | | | | | | | Change-Id: I500f049e5855d008fd8185603033f72a3fd39b4f Reviewed-on: https://go-review.googlesource.com/38428 Reviewed-by: Tom Bergan <tombergan@google.com> Run-TryBot: Tom Bergan <tombergan@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
* content, template: use https instead of protocol-relative URLsChris Broadfoot2017-03-15
| | | | | | | | | | | | Protocol-relative URLs (//blog.golang.org/...) are redundant, we use HTTPS everywhere. Use the https:// scheme instead. Updates golang/go#17961. Change-Id: I6be6dd1d85f1093561ce3fa606e1ef37d75a7a60 Reviewed-on: https://go-review.googlesource.com/37883 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content/survey2016: shorten SVGs to 60.00emRuss Cox2017-03-06
| | | | | | | | | Looks a bit better on some tablets. Change-Id: I644c4f2d38578f07d5e32570833b23b515af50d3 Reviewed-on: https://go-review.googlesource.com/37724 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content: add survey2016-results articleRuss Cox2017-03-06
| | | | | | | Change-Id: I1b524e4ab686dffeb0f0d1af68f4c127eedb3aac Reviewed-on: https://go-review.googlesource.com/37723 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* blog: update READMERuss Cox2017-03-06
| | | | | | | Change-Id: Id9a469d475a3e429418135b11bc7e7c7063224a5 Reviewed-on: https://go-review.googlesource.com/37722 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* blog: fix dead links on go fmt blog postKenny Grant2017-02-17
| | | | | | | | | | | Fix some links which no longer resolve on the post introducing go fmt Fixes golang/go#19036 Change-Id: I921eacd8b2ab55dbae7738e4a08b7819bda80576 Reviewed-on: https://go-review.googlesource.com/37191 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* template: only use Go font for "go-fonts" postChris Broadfoot2017-02-16
| | | | | | | | | | | | | | | | | | This change reverts the blog to use the system default font for all pages except the go-fonts post. Style selectors have been added to select that post and apply the fonts to it both on its own page as well as on the homepage. Regardless of anyone's personal opinions about the font, there were several negative comments about the font on social media sites for posts unrelated to the font. We want to encourage people to discuss the content of our articles rather than get tied up about their presentation. Change-Id: I107f57e289f408584e2e5f6a8de3a6a445ea42a4 Reviewed-on: https://go-review.googlesource.com/37137 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content/playground: fix links to code.google.comChris Broadfoot2017-02-16
| | | | | | | | Fixes golang/go#17501. Change-Id: Ib3ef8186e161a89150e5ad400cae0ad15bffa701 Reviewed-on: https://go-review.googlesource.com/36313 Reviewed-by: Russ Cox <rsc@golang.org>
* content: add Go 1.8 release announcement postChris Broadfoot2017-02-16
| | | | | | | Change-Id: I2f12ee603571dd3d253907b836ff264c57d95fe7 Reviewed-on: https://go-review.googlesource.com/37133 Reviewed-by: Russ Cox <rsc@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: fix example in "Go concurrency patterns" articleAndrew Gerrand2017-02-09
| | | | | | | | | | | | | | | | To quote Tim Scheuermann, who alerted me to this issue: The text states that the channel should be buffered for the last example to work, but the channel is already buffered. I tried to use the codereview tool to commit the patch, but it refuses to work on a github repository. The fix is trivial, remove the buffer from line 2 of the example. Thanks to Ivan Kurnosov for finding it in the first place. Change-Id: I003f1fc0cbbb645be776eeb55d46ee3462fdf4d7 Reviewed-on: https://go-review.googlesource.com/36670 Reviewed-by: Chris Broadfoot <cbro@golang.org>
* content/profiling-go-programs: more updates to googlecode.com URLsChris Broadfoot2017-02-03
| | | | | | | | | Updates golang/go#18907. Change-Id: Ic38d232e26d2310d22e465a2071e81893a519ca5 Reviewed-on: https://go-review.googlesource.com/36312 Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com> Reviewed-by: Chris Broadfoot <cbro@golang.org>
* content: fix links to code.google.comChris Broadfoot2017-02-03
| | | | | | | | | | | | | | Some minor fixes and clean up to articles that referred to code.google.com (now defunct). This cleans up all of the top 30 articles (not much point in cleaning up the articles that are less viewed). Fixes golang/go#18907. Change-Id: I38a22f57e1effa8a545b429dface088042df0f91 Reviewed-on: https://go-review.googlesource.com/36311 Reviewed-by: Russ Cox <rsc@golang.org>
* blog/profiling-go-programs: move refs from codesite to GitHubChris Broadfoot2017-02-03
| | | | | | | | Updates golang/go#18907. Change-Id: I1a36a07051d39a6501776b9570d5858a175d1205 Reviewed-on: https://go-review.googlesource.com/36215 Reviewed-by: Russ Cox <rsc@golang.org>
* content: add survey2016.articleSteve Francia2016-12-13
| | | | | | | Change-Id: Ib13a7cbf92e989d16b6dfd814fe57450969fdc65 Reviewed-on: https://go-review.googlesource.com/34352 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content/go-fonts: change scaling in code sampleRob Pike2016-11-17
| | | | | | | | Make it an exact factor of two to reduce fuzziness (maybe). Change-Id: I9e87dfc0b9b211b1397068a38c409b6aaf9b0747 Reviewed-on: https://go-review.googlesource.com/33360 Reviewed-by: Andrew Gerrand <adg@golang.org>