1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:11:22 -06:00
go/src/pkg/exp/eval
Rob Pike 325cf8ef21 delete all uses of panicln by rewriting them using panic or,
in the tests, println+panic.
gofmt some tests too.

R=rsc
CC=golang-dev
https://golang.org/cl/741041
2010-03-24 16:46:53 -07:00
..
abort.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bridge.go gc: add ... T, rework plain ... 2010-02-01 00:25:59 -08:00
compiler.go gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
eval_test.go - removed exp/parser (support for old semicolon syntax) 2010-02-19 16:01:31 -08:00
expr1.go gofmt: don't print ()'s around function-typed results (not needed anymore) 2010-02-24 13:24:37 -08:00
expr_test.go - removed exp/parser (support for old semicolon syntax) 2010-02-19 16:01:31 -08:00
expr.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
func.go 1) Change default gofmt default settings for 2009-12-15 15:27:16 -08:00
gen.go gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
main.go 1) Change default gofmt default settings for 2009-12-15 15:27:16 -08:00
Makefile go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
scope.go gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
stmt_test.go - removed exp/parser (support for old semicolon syntax) 2010-02-19 16:01:31 -08:00
stmt.go gofmt: modified algorithm for alignment of multi-line composite/list entries 2010-03-04 17:37:15 -08:00
test.bash Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src 2009-12-11 15:14:09 -08:00
type.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
typec.go go/ast: streamline representation of field lists 2010-02-24 16:17:11 -08:00
util.go 1) Change default gofmt default settings for 2009-12-15 15:27:16 -08:00
value.go 1) Change default gofmt default settings for 2009-12-15 15:27:16 -08:00
world.go gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00