Y
Hacker News
new
|
ask
|
show
|
jobs
by
sidlls
897 days ago
It does not have 0 performance impact, it's not rare, and in applications that are in the hot path, error handling is
also
in the hot path.
1 comments
Thaxll
897 days ago
No, it only executes when you enter the err != nil block so it's almost never called, again 0 impact on performance.
link