1
Fork 0
Simple library for graceful shutdowns
Go to file
Jan-Lukas Else 773db8099c Improvements 2021-07-07 08:55:15 +02:00
example Allow to cancel graceful shutdown 2021-06-19 23:18:56 +02:00
LICENSE Initial commit 2021-06-17 16:26:09 +02:00
README.md Add example code 2021-06-19 08:49:30 +02:00
go.mod Use standard library only 2021-06-17 21:58:14 +02:00
go.sum Use standard library only 2021-06-17 21:58:14 +02:00
shutdown.go Improvements 2021-07-07 08:55:15 +02:00
shutdown_test.go Allow to cancel graceful shutdown 2021-06-19 23:18:56 +02:00

README.md

go-shutdowner

A simple library for graceful shutdowns

100% covered with unit tests.

See and try the example in /example to see the how things should be done.