Hacker News new | ask | show | jobs
Go Interrupt: Easily Handle Signals with Contexts (github.com)
1 points by whois 2347 days ago
1 comments

I made this to handle graceful shutdown of a net/http.Server and other similar components.

I found myself implementing the same pattern over and over again, hope people can benefit from this simple small library.