]> Cypherpunks repositories - gostls13.git/commit
delete all uses of panicln by rewriting them using panic or,
authorRob Pike <r@golang.org>
Wed, 24 Mar 2010 23:46:53 +0000 (16:46 -0700)
committerRob Pike <r@golang.org>
Wed, 24 Mar 2010 23:46:53 +0000 (16:46 -0700)
commit325cf8ef217b4e9ae2caf53fa0d4534cd5003bd8
tree72405fbc32b0bef0850cac2797f818bccc12b44e
parentacfd6d5f055ca5283dff5de16390c1d0cfc9f0ca
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
79 files changed:
src/cmd/goyacc/goyacc.go
src/pkg/crypto/block/cfb.go
src/pkg/crypto/block/eax.go
src/pkg/crypto/block/ecb_test.go
src/pkg/crypto/block/ofb.go
src/pkg/crypto/md4/md4.go
src/pkg/crypto/md5/md5.go
src/pkg/crypto/ripemd160/ripemd160.go
src/pkg/crypto/sha1/sha1.go
src/pkg/crypto/sha256/sha256.go
src/pkg/crypto/sha512/sha512.go
src/pkg/exp/eval/abort.go
src/pkg/exp/eval/expr.go
src/pkg/exp/eval/type.go
src/pkg/gob/encode.go
src/pkg/gob/type.go
src/pkg/gob/type_test.go
src/pkg/http/server.go
src/pkg/net/fd.go
src/pkg/reflect/tostring_test.go
src/pkg/reflect/type.go
src/pkg/reflect/value.go
src/pkg/regexp/regexp.go
src/pkg/rpc/client.go
src/pkg/rpc/server_test.go
src/pkg/strconv/fp_test.go
src/pkg/tabwriter/tabwriter_test.go
src/pkg/testing/regexp.go
test/chan/select.go
test/chancap.go
test/closure.go
test/cmp1.go
test/const3.go
test/convert.go
test/ddd.go
test/ddd3.go
test/fixedbugs/bug113.go
test/fixedbugs/bug114.go
test/fixedbugs/bug116.go
test/fixedbugs/bug119.go
test/fixedbugs/bug120.go
test/fixedbugs/bug147.go
test/fixedbugs/bug180.go
test/fixedbugs/bug184.go
test/fixedbugs/bug185.go
test/fixedbugs/bug196.go
test/fixedbugs/bug199.go
test/fixedbugs/bug201.go
test/fixedbugs/bug242.go
test/fixedbugs/bug246.go
test/fixedbugs/bug247.go
test/fixedbugs/bug248.dir/bug2.go
test/fixedbugs/bug254.go
test/garbage/parser.go
test/indirect.go
test/initcomma.go
test/intcvt.go
test/interface/receiver.go
test/ken/chan1.go
test/ken/cplx1.go
test/ken/cplx2.go
test/ken/divconst.go
test/ken/divmod.go
test/ken/embed.go
test/ken/interbasic.go
test/ken/modconst.go
test/ken/range.go
test/ken/slicearray.go
test/ken/sliceslice.go
test/mallocfin.go
test/mallocrand.go
test/mallocrep.go
test/mallocrep1.go
test/method.go
test/method3.go
test/range.go
test/rename.go
test/rename1.go
test/stack.go