diff options
author | Robert Griesemer <gri@golang.org> | 2009-07-16 17:11:18 -0700 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2009-07-16 17:11:18 -0700 |
commit | 0355b4a281c8d3236b6c4c16bbe9bc5117397f10 (patch) | |
tree | ac8e22f1a710a97c4cbd785b5b8bb2f16efb1d44 /src/pkg/gob/encoder_test.go | |
parent | ce55e24da294995932c7ed313d88d5167705bd88 (diff) | |
download | golang-0355b4a281c8d3236b6c4c16bbe9bc5117397f10.tar.gz |
ast:
- renamed Program -> SourceFile
- added Package node representing the AST for an entire package
- added filter function to create a source file mimicking the
interface of an entire package
parser:
- parser entry to parse entire packages
- unified naming of parser entry points
- factored out entry points into new file (interface.go)
gofmt:
- extended to accept single .go files, and package paths:
gofmt file.go // formatting of a single file
gofmt -x file.go // interface of a single file
gofmt -x ./MyPackage // interface of a local package
gofmt -x math // interface of a $GOROOT relative package
Various adjustments in dependent files, documentation.
R=rsc
DELTA=634 (369 added, 153 deleted, 112 changed)
OCL=31743
CL=31748
Diffstat (limited to 'src/pkg/gob/encoder_test.go')
0 files changed, 0 insertions, 0 deletions