]> Cypherpunks repositories - gostls13.git/commit
use default styler when there is no other given
authorRobert Griesemer <gri@golang.org>
Tue, 3 Nov 2009 18:00:57 +0000 (10:00 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 3 Nov 2009 18:00:57 +0000 (10:00 -0800)
commit12f8660d4c396da8f6e69f0c6a661a53086f4bd9
treea5f1ea66269571efe3175f5c140f5ebee0902582
parent929e27e3d544a14d4ed008718147dae69d85a69e
use default styler when there is no other given

(No visual change yet since the comments for
exported code snippets - as shown on the pkg
page - are not yet formatted using the standard
comment intersperse mechanism in the printer.
This is a TODO in the printer.)

R=rsc
http://go/go-review/1016031
src/cmd/godoc/godoc.go