package
1.0.4
Repository: https://github.com/snowzach/golib.git
Documentation: pkg.go.dev

# README

SIGNAL

The idea behind the signal package is a helper to handle interrupts (Ctrl-C) and pass shutdown signals as well as a global instance to handle graceful shutdowns.

# Packages

No description provided by the author

# Functions

NewStop creates a new stop instance.

# Variables

DefaultStopSignals is the SIGINT and SIGTERM signals.
Stop is the global stop instance if you wish to use.