Hacker News new | ask | show | jobs
by majewsky 3045 days ago
The empty interface is not an unchecked exception, but panic() is. https://golang.org/pkg/builtin/#panic
1 comments

I don’t actually know Go, but can panic() be caught? If not, it’s not an exception.
With recover(), yes.