package
0.0.0-20241116165817-883d5d7d379c
Repository: https://github.com/ddkwork/toolbox.git
Documentation: pkg.go.dev
# Functions
Exit runs any registered exit functions in the inverse order they were registered and then exits with the specified status.
Register a function to be run at exit.
Unregister a function that was previously registered to be run at exit.
# Variables
RecoveryHandler will be used to capture any panics caused by functions that have been installed when run during exit.