Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 1 | -11/+13 | |
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041 | |||||
2009-08-07 | bug185 - return b,a from func() (a,b int) | Russ Cox | 1 | -0/+33 | |
R=ken OCL=32900 CL=32900 |