You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rakyll
changed the title
code example in os/signal/#Notify tries to catch os.Kill which doesn't work.
os/signal: code example for Notify tries to catch os.Kill which doesn't work
Oct 28, 2015
In the code example for os/signal/#Notify,
tries to catch os.Kill signal, which doesn't work on Linux platforms.
Steps to reproduce:
Code is taken from the doc.
Ctrl-C / -s SIGINT works fine but SIGKILL is not caught.
The text was updated successfully, but these errors were encountered: