Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
When is it OK to panic in Go? | Better HN
When is it OK to panic in Go?
(opens in new tab)
(alexedwards.net)
2 points
psxuaw
11mo ago
1 comments
Share
1 comments
default
newest
oldest
commandersaki
11mo ago
GoAWK uses panic & recover to simplify error handling in the recursive descent parser:
https://github.com/benhoyt/goawk/blob/master/parser/parser.g...
j
/
k
navigate · click thread line to collapse