aboutsummaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAge
* go.blog: constantsRob Pike2014-08-25
| | | | | | | LGTM=gri, adg, rsc R=gri, adg, rsc CC=golang-codereviews https://golang.org/cl/125540043
* go.blog: fix spelling.Robin Eklind2014-08-22
| | | | | | | LGTM=campoy R=golang-codereviews, gobot, campoy CC=golang-codereviews https://golang.org/cl/128490044
* go.blog: fixing typo in oscon report blog postFrancesc Campoy2014-08-20
| | | | | | | LGTM=crawshaw R=r, adg, crawshaw CC=golang-codereviews https://golang.org/cl/130330043
* go.blog: add oscon report postFrancesc Campoy2014-08-19
| | | | | | | LGTM=adg R=adg, campoy CC=golang-codereviews https://golang.org/cl/127570043
* go.blog: exclude gorilla example (fixes build)Dave Cheney2014-08-08
| | | | | | | | | | | Fix the build on builders that do not have git installed. See discussion: https://groups.google.com/forum/#!topic/golang-dev/SAv_H7fJHkw LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/124890043
* go.blog/context: userip support for IPv6 host/port.Paul Nasrat2014-08-07
| | | | | | | | | | | Makes example usable on IPv6 systems eg where localhost is ::1. Fixes golang/go#8486. LGTM=adg R=golang-codereviews, dave, adg CC=golang-codereviews, sameer https://golang.org/cl/117530044
* go.blog: fix build errorsDave Cheney2014-08-07
| | | | | | | | | Exclude these two files from the build LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/126760044
* go.blog: fix error in Laws of Reflection articleAndrew Gerrand2014-07-31
| | | | | | | LGTM=dave R=r, dave CC=golang-codereviews https://golang.org/cl/116440043
* go.blog/context: don't use the address of an empty struct as a contextSameer Ajmani2014-07-29
| | | | | | | | | | | key, as this is not guaranteed to be unique. Fixes golang/go#8443. LGTM=campoy R=adg, campoy CC=dsymonds, golang-codereviews https://golang.org/cl/121890043
* go.blog: fix date on Context articleAndrew Gerrand2014-07-29
| | | | | | | LGTM=sameer R=sameer, r CC=golang-codereviews https://golang.org/cl/121800043
* go.blog/context: an article about go.net/context.Context.Sameer Ajmani2014-07-28
| | | | | | | | | | | | Blog demo (internal): http://olivia.nyc.corp.google.com:8081/context Server demo (internal): http://olivia.nyc.corp.google.com:8080/search?q=golang&timeout=1s LGTM=bcmills, adg, r R=r, rsc, adg, bcmills, ken, adonovan, dsymonds, crawshaw, campoy, hakim, dneil https://golang.org/cl/116820044
* go.blog: add last minute talk by Josh to OSCON blog postFrancesc Campoy2014-07-21
| | | | | | | LGTM=josharian, adg R=adg, josharian CC=golang-codereviews https://golang.org/cl/117020043
* go.blog: fixed date on osconFrancesc Campoy2014-07-16
| | | | | | | LGTM=iant R=r, iant CC=golang-codereviews https://golang.org/cl/115850043
* go.blog: add missing word in title of OSCON postFrancesc Campoy2014-07-15
| | | | | | | LGTM=adg R=r, adg CC=golang-codereviews https://golang.org/cl/112320047
* go.blog: Wo will be at OSCON 2014Francesc Campoy2014-07-15
| | | | | | | LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/116830043
* blog: Go 1.3 release announcementAndrew Gerrand2014-06-19
| | | | | | | TBR=r R=r, ruiu CC=golang-codereviews https://golang.org/cl/105320044
* go.blog: fix typo in gophercon articleAndrew Gerrand2014-05-29
| | | | | | | LGTM=mikioh.mikioh R=golang-codereviews, mikioh.mikioh CC=golang-codereviews https://golang.org/cl/102840044
* go.blog: minor tweaks to the gophercon articleAndrew Gerrand2014-05-29
| | | | | | | LGTM=nj R=golang-codereviews, nj CC=golang-codereviews https://golang.org/cl/102850043
* go.blog: add "GopherCon 2014 Wrap Up"Andrew Gerrand2014-05-29
| | | | | | | LGTM=r, dave R=r, dave CC=golang-codereviews https://golang.org/cl/92630044
* go.blog: remove accidental squatter link, now casino gamesBrad Fitzpatrick2014-05-19
| | | | | | | | | Whoops. LGTM=r R=golang-codereviews, r CC=adg, golang-codereviews https://golang.org/cl/95520046
* go.blog: use the right declaration for Go's main functionRob Pike2014-05-11
| | | | | | | | | | | | | | | OMG department. Thanks to an anonymous correspondent for pointing it out. Why did no one notice this? The original translation here is lexically similar but very wrong. I had C on the brain when I wrote it. That doesn't happen so much any more. LGTM=robert.hencke R=golang-codereviews, robert.hencke CC=golang-codereviews https://golang.org/cl/99160043
* go.blog: fix build; add "// +build OMIT" to many samplesAndrew Gerrand2014-04-15
| | | | | | | | | | We use OMIT instead of ignore so such lines will be omitted from present output. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/87890045
* 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