summaryrefslogtreecommitdiff
path: root/doc/codelab/wiki/htmlify.go
Commit message (Collapse)AuthorAgeFilesLines
* doc: move wiki tutorial into articles directory, rmdir doc/codelabAndrew Gerrand2012-02-271-16/+0
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5701050
* doc/codelab/wiki: Add the usual Copyright notice.Olivier Duperray2012-01-231-0/+4
| | | | | | R=adg CC=golang-dev https://golang.org/cl/5554073
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-081-2/+2
| | | | | | R=rsc CC=golang-dev https://golang.org/cl/5338043
* doc/codelab: use new template packageAndrew Gerrand2011-08-181-2/+2
| | | | | | 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
* doc/codelab/wiki: update to work with template changes, add to run.bashAndrew Gerrand2011-01-261-1/+1
| | | | | | | | Fixes #1444. R=rsc, r CC=golang-dev https://golang.org/cl/3979045
* Wiki codelab, complete with tests.Andrew Gerrand2010-04-281-0/+12
R=r, rsc, gri CC=golang-dev https://golang.org/cl/887045