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 |
|
Ian Lance Taylor
|
5e6194cc1b
|
Recognize gccgo error messages.
rename1.go:10:8: error: expected type
rename1.go:11:10: error: expected function
rename1.go:13:8: error: incompatible types in binary expression
R=rsc
http://go/go-review/1015013
|
2009-10-26 16:06:46 -07:00 |
|
Russ Cox
|
e780fa8669
|
defining package block names must override
universe block names.
BUG=2097244
R=ken
OCL=34295
CL=34473
|
2009-09-09 01:01:39 -07:00 |
|