aboutsummaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAge
* go.blog: use !info.Mode().IsRegular() instead of info.Isdir()Andrew Gerrand2014-04-15
| | | | | | | | | | | That way we'll only try to hash regular files. Fixes golang/go#7770. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/87860043
* go.blog: remove acute accent from Renee's name in postRob Pike2014-03-25
| | | | | | | | | By request. TBR=adg R=adg CC=golang-codereviews https://golang.org/cl/79260045
* go.blog: add "The Go gopher" articleAndrew Gerrand2014-03-25
| | | | | | | LGTM=r R=r CC=golang-codereviews https://golang.org/cl/79270043
* go.blog: update pipelines blog post to clarify a point of confusion.Sameer Ajmani2014-03-17
| | | | | | | LGTM=bcmills R=david.crawshaw, rsc, bcmills CC=adg, golang-codereviews, r https://golang.org/cl/76910043
* go.blog: fix typos in pipelines articleAndrew Gerrand2014-03-14
| | | | | | | LGTM=nigeltao R=snanda, nigeltao CC=golang-codereviews https://golang.org/cl/75640044
* add missing "of"Sameer Ajmani2014-03-13
| | | | | | | LGTM=rsc R=rsc, adg CC=golang-codereviews https://golang.org/cl/75450043
* go.blog: pipelines and cancellation.Sameer Ajmani2014-03-12
| | | | | | R=adg, r, rsc, ken, bcmills CC=adonovan, campoy, david.crawshaw, gmlewis, golang-codereviews https://golang.org/cl/71070047
* go.blog: add FOSDEM 2014 videos articleAndrew Gerrand2014-02-25
| | | | | | | LGTM=bradfitz, r R=bradfitz, r CC=golang-codereviews https://golang.org/cl/66790048
* blog: fix typos in laws of reflection articleRob Pike2014-01-31
| | | | | | | | | | No substantive change, just address a couple of minor glitches noticed by Benjamin Balet. LGTM=iant R=adg, iant CC=golang-codereviews https://golang.org/cl/59220043
* laws-of-reflection: fix formatting of second lawRob Pike2014-01-23
| | | | | | | | | Need a space after the * at the beginning of line to trigger the bold. Otherwise we see a literal star and no bold. R=adg CC=golang-codereviews https://golang.org/cl/56180045
* go.blog: rename app engine articleAndrew Gerrand2013-12-14
| | | | | R=golang-dev https://golang.org/cl/42130043
* go.blog: add "Improvements to Go on App Engine" articleAndrew Gerrand2013-12-14
| | | | | R=dsymonds, iant https://golang.org/cl/35740045
* go.blog: fix some minor typos in "Inside the Go Playground".David Symonds2013-12-14
| | | | | | R=adg, r CC=golang-dev https://golang.org/cl/40720051
* go.blog/content/playground.article: fix two typos.Shenghou Ma2013-12-13
| | | | | | R=adg CC=golang-dev https://golang.org/cl/41550045
* go.blog: add tags to articles that have noneAndrew Gerrand2013-12-13
| | | | | R=golang-dev, dave https://golang.org/cl/41550043
* go.blog: add "Inside the Go Playground" articleAndrew Gerrand2013-12-13
| | | | | R=r, rsc, dsymonds https://golang.org/cl/39180043
* go.blog: fix image in stathat articleAndrew Gerrand2013-12-09
| | | | | | | | Fixes golang/go#6904. R=minux.ma, rsc CC=golang-dev https://golang.org/cl/39210043
* go.blog/content/cover.article: fix URLShenghou Ma2013-12-03
| | | | | | R=adg CC=golang-dev https://golang.org/cl/36250043
* go.blog/cover: new article about test coverageRob Pike2013-12-03
| | | | | R=adg https://golang.org/cl/14566048
* go.blogs/content/go12.article: OS thread limit adjustment func is in ↵Shenghou Ma2013-12-02
| | | | | | | runtime/debug, not runtime R=golang-dev, adg https://golang.org/cl/35750043
* go.blog: make december 1 blog posts cyclicly-referentialAndrew Gerrand2013-12-02
| | | | | R=dsymonds https://golang.org/cl/34640044
* go.blog: fix links in Go 1.2 release articleAndrew Gerrand2013-12-02
| | | | | R=dsymonds https://golang.org/cl/35740043
* go.blog: add Go 1.2 release articleAndrew Gerrand2013-12-02
| | | | | R=r, iant, rsc https://golang.org/cl/21510045
* go.blog: fix link in normalization articleAndrew Gerrand2013-11-28
| | | | | R=golang-dev, iant https://golang.org/cl/34410044
* go.blog: format types in program font and break long lines.Volker Dobler2013-11-27
| | | | | | R=mpvl, agl, r CC=golang-dev https://golang.org/cl/33690044
* go.blog: fix typo in normalization article tableAndrew Gerrand2013-11-27
| | | | | R=rsc https://golang.org/cl/33630044
* go.blog: add "Text normalization in Go" articleAndrew Gerrand2013-11-27
| | | | | | R=r, mpvl CC=golang-dev https://golang.org/cl/31780044
* go.blog: remove period from strings post titleAndrew Gerrand2013-11-25
| | | | | | | | To be consistent with the other posts. R=r CC=golang-dev https://golang.org/cl/31820043
* go.blog: fix typo in "4 years" articleAndrew Gerrand2013-11-11
| | | | | R=dsymonds https://golang.org/cl/24330043
* go.blog: correct Andy's titleAndrew Gerrand2013-11-11
| | | | | | | He's an engineer, damnit. R=andybons https://golang.org/cl/24320043
* go.blog: add 4-year anniversary postAndrew Gerrand2013-11-11
| | | | | R=r, iant, rsc https://golang.org/cl/23460043
* go.blog/strings: blog post about stringsRob Pike2013-10-22
| | | | | | R=golang-dev, dan.kortschak, iant CC=golang-dev https://golang.org/cl/15460049
* content: Remove outdated comment about "package documentation"Matthew Dempsky2013-10-22
| | | | | | | | | | | godoc was changed a while back to look for command documentation in "package main" rather than "package documentation" to be consistent with library package conventions: https://code.google.com/p/go/source/detail?r=3633a89bb56d R=adg CC=golang-dev https://golang.org/cl/15450044
* go.blog/laws-of-reflection: fix spurious asterisksRob Pike2013-10-16
| | | | | | | | Probably a relic of semi-automatic conversion. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/14573045
* go.blog/content/slices: rewrite an ambiguous sentenceRob Pike2013-10-14
| | | | | | | | | | Someone was confused by the sentence introducing the relationship between slice headers and the arrays they describe. Rewrite to eliminate the ambiguity. R=golang-dev, iant CC=golang-dev https://golang.org/cl/14680043
* go.blog/slices: make slice-header-modifying example actually modify itRob Pike2013-10-11
| | | | | | | | Fixes golang/go#6570. R=golang-dev, adg CC=golang-dev https://golang.org/cl/14614043
* g.blog/slices: trivial fix to PtrSubtractOneFromLength exampleRob Pike2013-09-28
| | | | | | | | | There should be a := not an = in the body of the function. Another broken example working by accident. R=adg CC=golang-dev https://golang.org/cl/14059044
* go.blog/slices: fix bug in AppendRob Pike2013-09-27
| | | | | | | | | | | | The code didn't work but the blog runs the previous simple version, which does, so when you hit Run it looks like it's working. It only had two bugs (so far). Thanks to shelah.kell@gmail.com for noticing. R=adg CC=golang-dev https://golang.org/cl/14036043
* go.blog/slices: fix mistake in length of slice2.Rob Pike2013-09-27
| | | | | | R=adg CC=golang-dev https://golang.org/cl/14013045
* go.blog: set correct date on slices articleAndrew Gerrand2013-09-27
| | | | | R=r https://golang.org/cl/14007045
* go.blog/slices: first draft of slices blog postRob Pike2013-09-27
| | | | | | | | | | | It's an exposition of append. Still pretty rough but the programs run. Fixes golang/go#4055. R=golang-dev, adg, dan.kortschak, 0xjnml, mirtchovski, bradfitz CC=golang-dev https://golang.org/cl/13899043
* go.blog/template: only show line numbers when specifiedAndrew Gerrand2013-09-27
| | | | | R=golang-dev, r https://golang.org/cl/13947043
* go.blog: resize images to fit inside new designAndrew Gerrand2013-09-25
| | | | | | | | 600 pixels is the new max width. R=r CC=golang-dev https://golang.org/cl/13872044
* go.blog: update link in "first go program"Rob Pike2013-09-09
| | | | | | | | | There's an indicator to a "clever" trick, but the file changed underfoot. The for loop it was linked to didn't seem particularly clever. R=golang-dev, adg CC=golang-dev https://golang.org/cl/13518043
* go.blog: remove reference to outdated Go courseAndrew Gerrand2013-09-02
| | | | | | | | Fixes golang/go#5989. R=r CC=golang-dev https://golang.org/cl/12001051
* go.blog: clarfiy wording of nth array elementAndrew Gerrand2013-07-29
| | | | | | | This is the analog to https://golang.org/cl/11892043/ R=r https://golang.org/cl/12017043
* go.blog: add "The first Go program"Andrew Gerrand2013-07-18
| | | | | | R=r CC=rsc https://golang.org/cl/11499043
* go.blog: fix typo in go-image-packageChaiShushan2013-07-15
| | | | | | | | Fixes golang/go#5883. R=golang-dev, adg CC=golang-dev https://golang.org/cl/10811045
* go.blog/content/race-detector: s/MacOS/OS X/.Shenghou Ma2013-07-03
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/10904044
* go.blog: add tags to race detector articleAndrew Gerrand2013-06-26
| | | | | | R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/10585043