1
0
mirror of https://github.com/golang/go synced 2024-09-24 21:20:13 -06:00
The Go programming language
Go to file
Robert Griesemer 90e6656c51 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
2009-07-30 18:13:55 -07:00
doc - renamed SimpleVarDecl -> ShortVarDecl, in sync with terminology used in prose 2009-07-16 20:31:41 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib/godoc go/ast/filter.go: 2009-07-30 18:13:55 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src go/ast/filter.go: 2009-07-30 18:13:55 -07:00
test use errchk in more places. 2009-07-30 16:46:14 -07:00
usr Implement labels, goto, labeled break, and labeled continue. 2009-07-30 14:39:27 -07:00