]> Cypherpunks repositories - gostls13.git/commit
gofmt: don't print ()'s around function-typed results (not needed anymore)
authorRobert Griesemer <gri@golang.org>
Wed, 24 Feb 2010 21:24:37 +0000 (13:24 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 24 Feb 2010 21:24:37 +0000 (13:24 -0800)
commit1be05bbe1e8bf20442b78401bc73001e33ea9979
treec4112f2b48bc04b9d501700250266246b3597fbf
parent228903c5da29fd4d65d244475348e85dab5e8841
gofmt: don't print ()'s around function-typed results (not needed anymore)
- add extra test cases to go/printer tests
- apply gofmt to src and misc

R=rsc
CC=golang-dev
https://golang.org/cl/223041
src/pkg/exp/eval/expr.go
src/pkg/exp/eval/expr1.go
src/pkg/exp/eval/stmt.go
src/pkg/exp/iterable/iterable.go
src/pkg/go/printer/nodes.go
src/pkg/go/printer/testdata/declarations.golden
src/pkg/go/printer/testdata/declarations.input
src/pkg/reflect/all_test.go
src/pkg/template/template_test.go