1
0
mirror of https://github.com/golang/go synced 2024-11-05 19:46:11 -07:00
go/doc/articles
Russ Cox a40065ac68 cmd/godoc: add support for serving templates
doc: convert to use godoc built-in templates

tmpltohtml is gone, to avoid having a second copy of the code.
Instead, godoc -url /doc/go1.html will print the actual HTML
served for that URL.  "make" will generate files named go1.rawhtml
etc, which can be fed through tidy.

It can be hard to tell from the codereview diffs, but all the
tmpl files have been renamed to be html files and then
have "Template": true added.

R=golang-dev, adg, r, gri
CC=golang-dev
https://golang.org/cl/5782046
2012-03-08 08:39:20 -05:00
..
wiki doc: fix freebsd build 2012-03-08 12:04:49 +09:00
defer_panic_recover.html cmd/godoc: add support for serving templates 2012-03-08 08:39:20 -05:00
error_handling.html cmd/godoc: add support for serving templates 2012-03-08 08:39:20 -05:00
go_command.html doc: add "The go command" article based on Russ' mail 2012-03-07 07:40:21 +11:00
laws_of_reflection.html cmd/godoc: add support for serving templates 2012-03-08 08:39:20 -05:00
slice-1.png doc: add Slices: usage and internals article 2012-01-06 09:21:43 +11:00
slice-2.png doc: add Slices: usage and internals article 2012-01-06 09:21:43 +11:00
slice-3.png doc: add Slices: usage and internals article 2012-01-06 09:21:43 +11:00
slice-array.png doc: add Slices: usage and internals article 2012-01-06 09:21:43 +11:00
slice-struct.png doc: add Slices: usage and internals article 2012-01-06 09:21:43 +11:00
slices_usage_and_internals.html cmd/godoc: add support for serving templates 2012-03-08 08:39:20 -05:00