type internal/runtime/exithook.Hook

3 uses

	internal/runtime/exithook (current package)
		hooks.go#L25: type Hook struct {
		hooks.go#L33: 	hooks   []Hook
		hooks.go#L43: func Add(h Hook) {