1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:21:21 -06:00
The Go programming language
Go to file
Robert Griesemer deb954772d - ast.FilterExports: strips all non-exported nodes from an AST
- use FilterExports instead of the various predicates in printer.go and doc.go
  which simplifies a lot of code and makes it easier to deal with complex cases

R=rsc
DELTA=445  (197 added, 190 deleted, 58 changed)
OCL=31110
CL=31196
2009-07-06 10:37:33 -07:00
doc Fix a doc typo. 2009-07-01 15:07:20 -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 tweak the newlines so the headers stand out better. 2009-06-22 14:18:23 -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 - ast.FilterExports: strips all non-exported nodes from an AST 2009-07-06 10:37:33 -07:00
test change bug163 to use actual non-letter in identifier 2009-07-03 13:33:00 -07:00
usr - install gofmt in src/cmd/gofmt 2009-06-16 12:03:32 -07:00