aboutsummaryrefslogtreecommitdiff
path: root/content/context
Commit message (Collapse)AuthorAge
* 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/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/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