aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add GothamGo, correct dotGo monthSameer Ajmani2014-11-11
| | | | | | | TBR=adg R=adg, campoy CC=golang-codereviews https://golang.org/cl/171400043
* x/blog: add "Half a decade with Go" articleAndrew Gerrand2014-11-10
| | | | | | | LGTM=dsymonds R=r, dsymonds CC=golang-codereviews https://golang.org/cl/171370043
* go.blog: use new golang.org/x/... import pathsAndrew Gerrand2014-11-10
| | | | | | | TBR=rsc R=rsc, r CC=golang-codereviews https://golang.org/cl/170250043
* go.blog: Report Go at Google I/O 2014Francesc Campoy2014-10-06
| | | | | | | LGTM=adg R=adg, campoy CC=golang-codereviews https://golang.org/cl/154920043
* go.blog: update image name in Docker articleAndrew Gerrand2014-09-29
| | | | | | | | | The listed image suffers from the "shellshock" bash bug. LGTM=crawshaw R=golang-codereviews, crawshaw CC=golang-codereviews https://golang.org/cl/150240043
* go.blog: add link to Docker blogAndrew Gerrand2014-09-28
| | | | | | | LGTM=crawshaw R=golang-codereviews, crawshaw CC=golang-codereviews https://golang.org/cl/145460043
* go.blog: add Docker articleAndrew Gerrand2014-09-27
| | | | | | | LGTM=r R=r CC=golang-codereviews https://golang.org/cl/148190043
* go.blog: fix links in "Introducing Gofix"Andrew Gerrand2014-09-12
| | | | | | | | | Fixes golang/go#8692. LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/141420043
* go.blog: fix typo on constants blog postFrancesc Campoy2014-08-26
| | | | | | | LGTM=adg R=adg, r CC=golang-codereviews https://golang.org/cl/133910043
* go.blog/constants: use a format with PrintfRob Pike2014-08-25
| | | | | | | | | Otherwise the prose around this snippet is confusing. LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/130550043
* go.blog: more glitches in constants postRob Pike2014-08-25
| | | | | | | | | All inconsequential. LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/130540043
* go.blog: s/./,/ in constants blog postRob Pike2014-08-25
| | | | | | | LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/129630043
* 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: tidy up sidebarAndrew Gerrand2014-07-29
| | | | | | | | | | | The sidebar in individual article view is unwieldy. Remove related articles, Google Developers links (that nobody clicks), and remove the heading about the "Article index" link. LGTM=dsymonds R=dsymonds CC=golang-codereviews https://golang.org/cl/120870044
* 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: drop scheme from linksAndrew Gerrand2014-07-25
| | | | | | | | | | golang.org and its subdomains now serve HTTPS with a valid cert, so we must support both HTTP and HTTPS. TBR=bradfitz R=golang-codereviews CC=golang-codereviews https://golang.org/cl/116270043
* 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: fix links in page footerAndrew Gerrand2014-03-21
| | | | | | | LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/78490043
* 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
* .hgignore: add comment setting policyRob Pike2013-12-20
| | | | | | R=golang-codereviews, rsc CC=golang-codereviews https://golang.org/cl/44730044
* codereview: switch defaultcc to golang-codereviewsRuss Cox2013-12-20
| | | | | | | | | See this thread for background: https://groups.google.com/forum/#!topic/golang-dev/xG7vPi21r8g R=golang-codereviews, r CC=golang-codereviews https://golang.org/cl/44050050
* go.blog: rename app engine articleAndrew Gerrand2013-12-14
| | | | | R=golang-dev https://golang.org/cl/42130043