]> Cypherpunks repositories - gostls13.git/commit
go/ast/filter.go:
authorRobert Griesemer <gri@golang.org>
Fri, 31 Jul 2009 01:13:55 +0000 (18:13 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 31 Jul 2009 01:13:55 +0000 (18:13 -0700)
commit90e6656c518f25c46a00b93fe35b1120c9cee19e
tree9f5c5c52319511244b2df0bb0ee4f7ebe1708044
parent9717a794f4696c7fd0b916544023746eedffd7bf
go/ast/filter.go:
- more orthogonal functionality of filter functions for better re-use

go/doc/doc.go:
- simplified interface
- collect filenames of packages so that they can be shown

godoc:
- removed TODO, show list of package (linked) files used to create documentation

R=rsc
DELTA=130  (68 added, 24 deleted, 38 changed)
OCL=32549
CL=32552
lib/godoc/package.html
src/cmd/godoc/godoc.go
src/cmd/gofmt/gofmt.go
src/pkg/go/ast/filter.go
src/pkg/go/doc/doc.go
src/pkg/go/printer/printer_test.go