prev <<
Exceptional Model Middleware
>> next
go
go
does not have exceptions.
(They have something called
panic
, but you should only use it if an actual panic is called for.)
But in
go
the caller
has
to handle all values returned by the callee.