Documentation
¶
Overview ¶
Exception-handler demonstrates Objective-C exception handling from Go.
The objc package automatically installs a default exception handler that prints diagnostic information (exception name, reason, call stacks) and exits cleanly instead of triggering the ObjC runtime's abort().
This example shows how to register a custom handler and preprocessor.
Click to show internal directories.
Click to hide internal directories.