Versions in this module Expand all Collapse all v1 v1.3.2 Jan 7, 2017 v1.3.1 Sep 22, 2016 v1.3.0 Sep 19, 2016 Changes in this version + type Handler struct + func Chain(handler *Handler, notify ...func()) *Handler + func New(final func(os.Signal), notify ...func()) *Handler + func (h *Handler) Close() + func (h *Handler) Run(fn func() error) error + func (h *Handler) Signal(s os.Signal)