diff --git a/grace.go b/grace.go index 0d77799..bf04ea1 100644 --- a/grace.go +++ b/grace.go @@ -141,6 +141,7 @@ func (l *listener) Accept() (net.Conn, error) { counter: l.counter, }, nil } + panic("not reached") } // Wait for signals to gracefully terminate or restart the process.