Posted Mar 31, 2012 2:08 UTC (Sat) by imgx64 (guest, #78590)
In reply to: Uses by man_ls
Parent article: Go version 1 released
You can only recover from panics in the same goroutine. If a panic reaches the top of *any goroutine* without being recovered, the whole program crashes, and you can do nothing about it.