aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* go.blog: update import pathsAndrew Gerrand2013-09-18
| | | | | | | | Accidentally missed these files in the previous CL. R=dsymonds CC=golang-dev https://golang.org/cl/13457055
* go.blog: simpler nobuild_files ruleAndrew Gerrand2013-09-18
| | | | | R=golang-dev, dsymonds https://golang.org/cl/13662045
* go.blog: use godoc design, use blog package from go.toolsAndrew Gerrand2013-09-18
| | | | | | | Also delete go.blog/pkg/blog and unused static files. R=golang-dev, dsymonds https://golang.org/cl/13754043
* go.blog: move blog-specific JavaScript into root templateAndrew Gerrand2013-09-17
| | | | | | | | | | | Also update playground JavaScripts to the latest version. This will make it easier for us to switch to godoc's static assets down the line. R=r, dsymonds CC=golang-dev https://golang.org/cl/13412049
* go.blog: split blog server into a package and a commandAndrew Gerrand2013-09-17
| | | | | | | | | | | | Also add a "BasePath" configuration option, so that the blog may be served under "/blog", for instance. This is preparation to include the blog server in the binary distributions of godoc. R=r, dsymonds CC=golang-dev https://golang.org/cl/13737043
* 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/cmd/blog: use playground package from go.toolsAndrew Gerrand2013-07-24
| | | | | R=golang-dev, dsymonds https://golang.org/cl/11760043
* 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
* go.blog: add Introducing the Go Race DetectorAndrew Gerrand2013-06-26
| | | | | | R=r, dvyukov CC=golang-dev https://golang.org/cl/10532043
* go.blog: remove resize code from blog javascriptAndrew Gerrand2013-06-26
| | | | | | | | (Not relevant here.) R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/10580043
* go.blog: add line numbers to playground snippetsAndrew Gerrand2013-06-26
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/10541043
* go.blog: add racy example programAndrew Gerrand2013-06-25
| | | | | | R=dvyukov, r, remyoudompheng CC=golang-dev https://golang.org/cl/10447044
* go.blog: add html2article toolAndrew Gerrand2013-06-20
| | | | | | R=nigeltao CC=golang-dev https://golang.org/cl/10224043
* Fix formatting typo in conversation articleDaniel Morsing2013-06-17
| | | | | | R=golang-dev, minux.ma, bradfitz, r CC=golang-dev https://golang.org/cl/10078044
* go.blog: refer to the Google Cloud PlatformAndrew Gerrand2013-06-12
| | | | | | R=golang-dev CC=golang-dev https://golang.org/cl/10225043
* go.blog: add "Go and Google's Cloud Platform"Andrew Gerrand2013-06-12
| | | | | | R=r, dsymonds CC=golang-dev https://golang.org/cl/10073043
* go.blog: fold the profiling Go articleShenghou Ma2013-06-09
| | | | | | | | also fixed a few remaining references to `gopprof`. R=golang-dev, r, adg CC=golang-dev https://golang.org/cl/9784046
* go.blog: don't show table of contents; it looks weirdAndrew Gerrand2013-06-06
| | | | | | R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/10074043
* go.blog: add "A conversation with the Go team"Andrew Gerrand2013-06-06
| | | | | | R=r, iant, nigeltao CC=golang-dev https://golang.org/cl/10033047
* go.blog: update tagsAndrew Gerrand2013-06-05
| | | | | | | | | | This makes the articles cross-reference each other better. In particular, I added the "technical" tag for in-depth technical posts. R=bradfitz, r CC=golang-dev https://golang.org/cl/9960043
* go.blog: update the profiling Go articleShenghou Ma2013-06-02
| | | | | | | | Fixes golang/go#3893. R=adg, r, rsc, tracey.brendan, remyoudompheng, a2800276, arnehormann, jonathan, dave, go.peter.90, christoph CC=golang-dev https://golang.org/cl/7797046
* go.blog: fix styles in Advanced Go Concurrency Patterns postAndrew Gerrand2013-05-24
| | | | | | R=golang-dev CC=golang-dev https://golang.org/cl/9718043
* go.blog: add two most recent articlesAndrew Gerrand2013-05-24
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/9716043
* go.blog/cmd/blog: fix JSON content-typeAndrew Gerrand2013-05-08
| | | | | | R=dsymonds CC=golang-dev https://golang.org/cl/9302044
* go.blog/cmd/blog: add JSON feed with JSONP supportAndrew Gerrand2013-05-08
| | | | | | | | This is to include summaries of the blog articles on the Go home page. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/9302043
* go.blog: small fixes to slices articleAndrew Gerrand2013-04-08
| | | | | | R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/8402043
* go.blog/cmd/blog: remove Server's prefix argumentAndrew Gerrand2013-03-21
| | | | | | | | | I added this initially when I thought the Server might be used in another context. It added unnecessary complexity to the code. R=golang-dev, r CC=golang-dev https://golang.org/cl/7947046
* go.blog/cmd/blog: serve Atom feed from old blog's feed URLAndrew Gerrand2013-03-21
| | | | | | R=golang-dev, minux.ma, rsc CC=golang-dev https://golang.org/cl/7833045
* go.blog: add Atom feedAndrew Gerrand2013-03-16
| | | | | | R=golang-dev, rsc CC=golang-dev https://golang.org/cl/7844043
* go.blog/cmd/blog: sort url rewrite map, add latest articlesAndrew Gerrand2013-03-16
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/7821044
* go.blog: add article "The path to Go 1"Andrew Gerrand2013-03-15
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/7843043
* go.blog: fix formatting in maps articleAndrew Gerrand2013-03-15
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/7811044
* go.blog: tweak text stylesAndrew Gerrand2013-03-15
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/7708044
* go.blog: add contentAndrew Gerrand2013-03-08
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/7436052
* go.blog: blog serverAndrew Gerrand2013-03-08
| | | | | | R=golang-dev, dsymonds, r CC=golang-dev https://golang.org/cl/7382064
* go.blog: update README of new repositoryAndrew Gerrand2013-02-26
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/7385050
* go.empty: add PATENTS file to the subrepo.Nigel Tao2012-04-16
| | | | | | R=r CC=golang-dev https://golang.org/cl/6026043
* LICENSE: addRob Pike2012-03-17
| | | | | | R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5845057
* go.empty: prototype for new subrepositoryRuss Cox2012-01-25
R=golang-dev, r CC=golang-dev https://golang.org/cl/5572056