When is it OK to panic in Go?
alexedwards.net
When is it OK to panic in Go?
1–2 of 2 posts
Re: When is it OK to panic in Go?
#2GoAWK uses panic & recover to simplify error handling in the recursive descent parser: https://github.com/benhoyt/goawk/blob/master/parser/parser.g...