]> Cypherpunks repositories - gostls13.git/commit
godoc: support for title and subtitle headers when serving .html docs
authorRobert Griesemer <gri@golang.org>
Wed, 31 Mar 2010 00:37:42 +0000 (17:37 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 31 Mar 2010 00:37:42 +0000 (17:37 -0700)
commite8e4987ba3212fecf8fd936d55e212c247ba4026
tree791eee90f4e98f6d6ea9f06a12134dcd22cdcf20
parent7ecefdc03f2ef38ce6df9bf65e11ae1b8e0b0b8e
godoc: support for title and subtitle headers when serving .html docs
and use it to show version (date) of go spec

Fixes #68.

R=rsc
CC=golang-dev, r
https://golang.org/cl/848042
doc/go_spec.html
doc/style.css
lib/godoc/godoc.html
src/cmd/godoc/godoc.go
src/cmd/godoc/main.go