package
1.23.0
Repository: https://github.com/shogo82148/std.git
Documentation: pkg.go.dev

# Functions

Add adds a new exit hook.
Run runs the exit hooks.

# Variables

No description provided by the author
runtime sets these for us.
No description provided by the author

# Structs

A Hook is a function to be run at program termination (when someone invokes os.Exit, or when main.main returns).