Package signalcontext creates context.Contexts that cancel on os.Signals. Deprecated: Use signal.NotifyContext instead.
go get github.com/sethvargo/go-signalcontextNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a context that cancels on interrupt signal.
Replace with signal.NotifyContext from the os/signal package.
No dependency data recorded yet.