• Russ Cox's avatar
    cmd/godoc: add support for serving templates · a40065ac
    Russ Cox authored
    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
    a40065ac
Name
Last commit
Last update
..
wiki Loading commit data...
defer_panic_recover.html Loading commit data...
error_handling.html Loading commit data...
go_command.html Loading commit data...
laws_of_reflection.html Loading commit data...
slice-1.png Loading commit data...
slice-2.png Loading commit data...
slice-3.png Loading commit data...
slice-array.png Loading commit data...
slice-struct.png Loading commit data...
slices_usage_and_internals.html Loading commit data...