Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 1 | -4/+8 | |
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041 | |||||
2010-02-01 | gc: add ... T, rework plain ... | Russ Cox | 1 | -0/+24 | |
No longer a distinct type; now a property of func types. R=ken2 CC=golang-dev http://codereview.appspot.com/197042 |