|
|
|
|
|
by geoka9
3423 days ago
|
|
> Panic is pretty much never used (so you don't really have to think if the previous statement can panic. If it does it means something is SO wrong that your application can't continue anyways because it's broken) That's it. I think OP just assumed panics in Go are what exceptions are in other languages. |
|
And there’s nothing like checked Panics so you’d know if one will happen or not.