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

@ -3,5 +3,5 @@ package util
import () import ()
const ( const (
VERSION = "0.58" VERSION = "0.59 beta"
) )

View file

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