Releases: andrewlader/go-gently
Releases · andrewlader/go-gently
v1.0.1 — Minor Update
Minor Update
Minor update to the logs and unit tests.
- Test coverage is now 100%.
- Additional blank log is emitted to ensure logs are clear when interrupting a service
v1.0.0 — Initial Release
go-gently
The go-gently
service is a Go language package to enable other Go services to gently shutdown when they receive a SIGTERM
, SIGINT
or SIGQUIT
signal.