Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | go.blog: use new golang.org/x/... import paths | Andrew Gerrand | 2014-11-10 |
| | | | | | | | TBR=rsc R=rsc, r CC=golang-codereviews https://golang.org/cl/170250043 | ||
* | go.blog: exclude gorilla example (fixes build) | Dave Cheney | 2014-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: don't use the address of an empty struct as a context | Sameer Ajmani | 2014-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 Ajmani | 2014-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 |