# README
go-interruptible-service
A library to create an interruptible service that has a graceful shutdown function to run after the signals
Example
type App struct {
}
A library to create an interruptible service that has a graceful shutdown function to run after the signals
type App struct {
}