It's a panic in Go, not an exception. In practice that's usually a whole process crash. You can catch panics and kinda use them like exceptions, but it's not conventional.
So the whole webserver dies instead of just a worker thread unwinding its stack?
So the whole webserver dies instead of just a worker thread unwinding its stack?