aboutsummaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAge
...
* 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: 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>
* 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>
* content/go-fonts: add Turkish to the list of languagesRob Pike2016-11-17
| | | | | | | | | | Missing in error. Also line-break the huge list for future manageability. Change-Id: Ia6bc1ee70b5f27cd3585af6a6ed9d12f04b32120 Reviewed-on: https://go-review.googlesource.com/33337 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content/go-fonts: pngcrush imagesAndrew Gerrand2016-11-17
| | | | | | | | | | Further compression is probably obtainable (by reducing the color depth on the monochrome images) but this expedient change reduces the total image size by more than 1MB (about half). Change-Id: I1c24a31b82daf2a058acce3a58b6c33dc630b663 Reviewed-on: https://go-review.googlesource.com/33261 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content/go-fonts: add article introducing the Go fonts by Bigelow & HolmesRob Pike2016-11-17
| | | | | | Change-Id: I5c75b133d569d1675fca2f884c69b06a9e64abb0 Reviewed-on: https://go-review.googlesource.com/33336 Reviewed-by: Rob Pike <r@golang.org>
* content: change 7years author to "The Go Team"Russ Cox2016-11-10
| | | | | | | | | | The email address appears to be required but unused. Change-Id: Ifafa4fc22b8f33ef68357db5924ee98111549697 Reviewed-on: https://go-review.googlesource.com/33024 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rob Pike <r@golang.org>
* content: fix 7years typoRuss Cox2016-11-10
| | | | | | | Change-Id: Ie5f89b8763f473d38e9dc83e0793a9e161aa546d Reviewed-on: https://go-review.googlesource.com/33023 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content: fix HTTP/2 link in 7yearsRuss Cox2016-11-10
| | | | | | | | | Don't know why, but the video starts 12 minutes in otherwise. Change-Id: I43922710d6774df80ef2f1aeb686e419054fe0ea Reviewed-on: https://go-review.googlesource.com/33022 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content: add 7years.articleRuss Cox2016-11-10
| | | | | | | Change-Id: Ifa117d9d8c6514f598a944f02d11f60c6afc6bc5 Reviewed-on: https://go-review.googlesource.com/33021 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content/http-tracing: fix the OMIT tagsJaana Burcu Dogan2016-10-04
| | | | | | | | Display only a small section of the trace.go example. Change-Id: I8fd1334a41324392f0c252a444b89e12955ab1fe Reviewed-on: https://go-review.googlesource.com/30351 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content/http-tracing: remove Dave CheneyJaana Burcu Dogan2016-10-04
| | | | | | | | | He mentioned that the project is a group effort, hence we should not single out his name. Change-Id: I775a37fa8d7a231942642809c85652e58d0edb08 Reviewed-on: https://go-review.googlesource.com/30352 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content: fix more links in tracing blog postAndrew Gerrand2016-10-04
| | | | | | Change-Id: I2aec5e9b4f4daec15f724f386eb57bbd34fba6f6 Reviewed-on: https://go-review.googlesource.com/30331 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content: fix httpstat link in tracing blog postAndrew Gerrand2016-10-04
| | | | | | Change-Id: I7b9aa56a5c81b8cb31fc5625bf0561a7ebdebab2 Reviewed-on: https://go-review.googlesource.com/30330 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content: add introducing http tracing postJaana Burcu Dogan2016-10-04
| | | | | | | | | Updates golang/go#17152. Change-Id: I08d4174ba62f6dc4028bd17a911b92fc373b81e4 Reviewed-on: https://go-review.googlesource.com/29685 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Andrew Gerrand <adg@golang.org>
* content/subtests: fix dateRuss Cox2016-10-03
| | | | | | | Change-Id: I8697175cc59480425d8b192d121a7683b70c1b30 Reviewed-on: https://go-review.googlesource.com/30139 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* content/subtests: new blogMarcel van Lohuizen2016-10-03
| | | | | | | | Change-Id: I6071d67688fa11b5f0b50c0485045b9c5ae756d1 Reviewed-on: https://go-review.googlesource.com/26853 Run-TryBot: Marcel van Lohuizen <mpvl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* Fix link to the Bug section of pkg/bytes godocareski2016-10-03
| | | | | | | | Correct link should point to http://golang.org/pkg/bytes/#pkg-note-BUG Change-Id: I6b493fd49f43103c507c3ff61ff1f5b9b780f171 Reviewed-on: https://go-review.googlesource.com/1953 Reviewed-by: Russ Cox <rsc@golang.org>
* content: update context article to use stdlib import pathEmmanuel Odeke2016-09-26
| | | | | | | | | | | | | Updated context article to use stdlib import path. Updated package-names article to reflect that context is now in stdlib, and added x/time/rate as an example for a longer package name. Fixes golang/go#15562 Change-Id: I58d495527037f5201897825ca11f484561997277 Reviewed-on: https://go-review.googlesource.com/29759 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content/go1.7-binary-size: fix typosChris Broadfoot2016-08-18
| | | | | | Change-Id: Ia2d9c9101959d53ff4139b0adffe15c4cabb8e1c Reviewed-on: https://go-review.googlesource.com/27355 Reviewed-by: David Crawshaw <crawshaw@golang.org>
* content: add 1.7 binary size blog postDavid Crawshaw2016-08-18
| | | | | | Change-Id: Iab3d359c997b5e981f46182021dcc60f84dbbad2 Reviewed-on: https://go-review.googlesource.com/27071 Reviewed-by: Rob Pike <r@golang.org>
* content: don't link to mobile version of WikipediaCixtor2016-08-16
| | | | | | | | Fixes golang/go#16734 Change-Id: I33998aa68673015432cbfc754aca02b015427f1d Reviewed-on: https://go-review.googlesource.com/27082 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: add download link to Go 1.7 postChris Broadfoot2016-08-15
| | | | | | Change-Id: Ic1d23176f9c0bb205bc51da3c8a94a738e185ddb Reviewed-on: https://go-review.googlesource.com/27074 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: add go1.7 postChris Broadfoot2016-08-15
| | | | | | | | Change-Id: I750093784ceeadf6a50886eee30031fe95f81240 Reviewed-on: https://go-review.googlesource.com/27053 Reviewed-by: Robert Griesemer <gri@golang.org> Reviewed-by: David Crawshaw <crawshaw@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: fix broken link in blog.golang.org/json-rpc-tale-of-interfacesPaulo Casaretto2016-06-01
| | | | | | | | | The link to the source of the referred changelog was not correct anymore. This change updates it to the github commit view. Change-Id: Ifdd92914841672ab6062ebf1b96d8bb15ba82892 Reviewed-on: https://go-review.googlesource.com/23541 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content/constants.article: fix typoRob Pike2016-05-28
| | | | | | | | Delete duplicate "has". Change-Id: I7f21b4347702962f7ac2f26c235eae642b290166 Reviewed-on: https://go-review.googlesource.com/23553 Reviewed-by: Rob Pike <r@golang.org>
* content: fix links in turkey blog postAndrew Gerrand2016-05-27
| | | | | | | | Fixes golang/go#6908 Change-Id: I8ba9f975cce3aff5cd8c0fc610f47e3d6bd78bff Reviewed-on: https://go-review.googlesource.com/23467 Reviewed-by: Andrew Gerrand <adg@golang.org>
* content: remove scheme from iframe URLsAndrew Gerrand2016-05-17
| | | | | | | | | | | This prevents mixed content errors preventing iframes with HTTP URLs from loading on the blog site, which is served by HTTPS. Fixes golang/go#15683 Change-Id: I28cff3f7838f780ed05524ed620a851ef5bf4e28 Reviewed-on: https://go-review.googlesource.com/23180 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: add disclaimers to context example packagesAndrew Gerrand2016-05-05
| | | | | | Change-Id: I22fb0964e794cb98be572ef2d48a2c995652f6b0 Reviewed-on: https://go-review.googlesource.com/22781 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: fix broken link in blog.golang.org/error-handling-and-goMathias Leppich2016-04-25
| | | | | | | | | | In the section about `json.SyntaxError` the link to the source of `jsonconfig/eval.go` of the camlistore project was not correct anymore. This change updates it to the github source view. Change-Id: I097a423c3325acb1e6d229774757b22367e444a0 Reviewed-on: https://go-review.googlesource.com/22414 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: fix spellingkortschak2016-04-15
| | | | | | Change-Id: Ia93eb978c76fbbe082b46d07b5cb954e8d3c57a8 Reviewed-on: https://go-review.googlesource.com/22009 Reviewed-by: Nigel Tao <nigeltao@golang.org>
* content: update link in Docker articleAndrew Gerrand2016-02-26
| | | | | | | | Fixes golang/go#14506 Change-Id: Ib1534a9641cccaa2693932a9b55c6367dcce35a4 Reviewed-on: https://go-review.googlesource.com/19875 Reviewed-by: Rob Pike <r@golang.org>
* content: add AMA link to Go 1.6 blog postAndrew Gerrand2016-02-17
| | | | | | Change-Id: Ie50a8f9d19bc15143f4b3be308f778887ee76f27 Reviewed-on: https://go-review.googlesource.com/19537 Reviewed-by: Chris Broadfoot <cbro@golang.org>