Skip to content

Tags: klauspost/shutdown2

Tags

Verified

This tag was signed with the committer’s verified signature.
klauspost Klaus Post

v1.0.4

Toggle v1.0.4's commit message
Merge pull request #10 from klauspost/easy-check-for-past-shutdown

Return a nil notifier if shutdown already started

v1.0.3

Toggle v1.0.3's commit message
Merge pull request #9 from muesli/master

Fixed typo in README.md

v1.0.2

Toggle v1.0.2's commit message
Use exclusive lock

v1.0.1

Toggle v1.0.1's commit message
Lock logger when writing.

v1.0.0

Toggle v1.0.0's commit message
Add optional custom context to functions. (#5)

This will allow passing custom information on individual notifiers to tell them apart.

* Adds custom prefix to warnings.
* Add lock to printer for convenience.
* Drop Go 1.5 CI tests :(

golang/lint#246