mirror of
https://github.com/golang/go
synced 2024-11-05 19:46:11 -07:00
a40065ac68
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 |
||
---|---|---|
.. | ||
wiki | ||
defer_panic_recover.html | ||
error_handling.html | ||
go_command.html | ||
laws_of_reflection.html | ||
slice-1.png | ||
slice-2.png | ||
slice-3.png | ||
slice-array.png | ||
slice-struct.png | ||
slices_usage_and_internals.html |