Name the built-in function that can stop panic unwinding when called directly by a deferr…

from Go
advanced 1 min

Name the built-in function that can stop panic unwinding when called directly by a deferred function in the same goroutine.

Report an error