summaryrefslogtreecommitdiff
path: root/doc/codelab/wiki/final.go
Commit message (Collapse)AuthorAgeFilesLines
* doc: move wiki tutorial into articles directory, rmdir doc/codelabAndrew Gerrand2012-02-271-97/+0
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5701050
* doc: update codelab/wiki to Go 1.Shenghou Ma2012-02-251-1/+1
| | | | | | R=golang-dev, r, adg CC=golang-dev https://golang.org/cl/5683076
* doc/codelab/wiki: Add the usual Copyright notice.Olivier Duperray2012-01-231-0/+4
| | | | | | R=adg CC=golang-dev https://golang.org/cl/5554073
* text/template: new, simpler APIRob Pike2011-11-231-1/+1
| | | | | | | | | | | | | | | The Set type is gone. Instead, templates are automatically associated by being parsed together; nested definitions implicitly create associations. Only associated templates can invoke one another. This approach dramatically reduces the breadth of the construction API. For now, html/template is deleted from src/pkg/Makefile, so this can be checked in. Nothing in the tree depends on it. It will be updated next. R=dsymonds, adg, rsc, r, gri, mikesamuel, nigeltao CC=golang-dev https://golang.org/cl/5415060
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-081-2/+2
| | | | | | R=rsc CC=golang-dev https://golang.org/cl/5338043
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-011-6/+5
| | | | | | R=golang-dev, iant, r, r CC=golang-dev https://golang.org/cl/5307066
* doc/codelab: use new template packageAndrew Gerrand2011-08-181-2/+3
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/4897048
* template: delete old template code.Rob Pike2011-08-171-1/+1
| | | | | | | | | | | It's already in old/template; make that build. Update a couple of references to point to the old template. They can be updated later. Update goplay to use exp/template. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4902046
* template: reverse order of arguments to ExecuteRob Pike2011-02-091-1/+1
| | | | | | | | | | | In line with other functions such as Fprintf, put the thing to be written first. Apologies for the breakages this is sure to cause. R=rsc, gri, adg, eds, r2, aam CC=golang-dev https://golang.org/cl/4169042
* doc/codelab/wiki: update to work with template changes, add to run.bashAndrew Gerrand2011-01-261-11/+11
| | | | | | | | Fixes #1444. R=rsc, r CC=golang-dev https://golang.org/cl/3979045
* doc: update http handler usage for new signatureStephen Ma2010-09-301-15/+15
| | | | | | R=adg, r2 CC=golang-dev https://golang.org/cl/2302041
* Wiki codelab, complete with tests.Andrew Gerrand2010-04-281-0/+93
R=r, rsc, gri CC=golang-dev https://golang.org/cl/887045