0.59 beta

This commit is contained in:
Chris Lu
2014-05-13 19:26:05 -07:00
parent dac95464b8
commit 5367d96512
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ func OnInterrupt(fn func()) {
signal.Notify(signalChan,
os.Interrupt,
os.Kill,
syscall.SIGALRM,
syscall.SIGHUP,
syscall.SIGINT,
syscall.SIGTERM,