]> Cypherpunks.ru repositories - gostls13.git/commit
single argument panic
authorRuss Cox <rsc@golang.org>
Tue, 30 Mar 2010 17:34:57 +0000 (10:34 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 30 Mar 2010 17:34:57 +0000 (10:34 -0700)
commit00f9f0c0560ce35b9d006eacbeeacf897d19a2bf
treed56b07c89674ed7162eb30f924600574d0cf464b
parent5d0ec6c076978846f7cbbf4bd2c0dc55d946b0f9
single argument panic

note that sortmain.go has been run through hg gofmt;
only the formatting of the day initializers changed.
i'm happy to revert that formatting if you'd prefer.

stop on error in doc/progs/run

R=r
CC=golang-dev
https://golang.org/cl/850041
60 files changed:
doc/progs/run
doc/progs/sortmain.go
src/cmd/cgo/ast.go
src/cmd/godoc/index.go
src/cmd/goinstall/download.go
src/pkg/bufio/bufio.go
src/pkg/bytes/bytes_test.go
src/pkg/crypto/block/cmac.go
src/pkg/exp/eval/eval_test.go
src/pkg/exp/eval/expr.go
src/pkg/exp/eval/expr1.go
src/pkg/exp/eval/gen.go
src/pkg/exp/eval/type.go
src/pkg/exp/ogle/rvalue.go
src/pkg/exp/ogle/vars.go
src/pkg/go/ast/walk.go
src/pkg/go/parser/parser.go
src/pkg/go/printer/printer.go
src/pkg/gob/decode.go
src/pkg/http/lex.go
src/pkg/net/fd.go
src/pkg/net/unixsock.go
src/pkg/reflect/value.go
src/pkg/strconv/ftoa_test.go
src/pkg/template/template.go
src/pkg/time/time.go
src/pkg/websocket/server.go
test/235.go
test/chan/doubleselect.go
test/chan/nonblock.go
test/chan/sieve1.go
test/chan/sieve2.go
test/cmp1.go
test/fixedbugs/bug082.go
test/fixedbugs/bug084.go
test/fixedbugs/bug097.go
test/fixedbugs/bug110.go
test/fixedbugs/bug117.go
test/fixedbugs/bug168.go
test/fixedbugs/bug194.go
test/fixedbugs/bug221.go
test/fixedbugs/bug227.go
test/fixedbugs/bug234.go
test/fixedbugs/bug244.go
test/fixedbugs/bug253.go
test/fixedbugs/bug262.go
test/func5.go
test/golden.out
test/interface/convert.go
test/interface/receiver.go
test/ken/array.go
test/ken/chan.go
test/ken/string.go
test/mallocfin.go
test/mallocrep.go
test/peano.go
test/simassign.go
test/typeswitch1.go
test/varinit.go
test/vectors.go